Chrome Web Store app install redirects to a blank page

為{幸葍}努か 提交于 2019-11-30 00:52:09

问题


I have a Google Apps Marketplace app with a Chrome Web Store entry. When installing the app from the Web Store using Chrome browser I always get redirected to a blank page with this URL:

https://apis.google.com/additnow/signin.html?applicationid=1234567890&callback=true&parenturl=https://chrome.google.com

This page comes after the OAuth permissions request page, and only appears when installing from Chrome browser. The app installs correctly though, I can see it in the Google Admin console and I am able to use it properly.

This is the Chrome Web Store manifest:

{
  "manifest_version": 2,
  "name": "App",
  "version": "1.43",
  "description": "App Description",
  "icons": {
  "128": "icons/128.png",
   "16": "icons/16.png"
 },
 "container": ["DOMAIN_INSTALLABLE"],
 "api_console_project_id": "1234567890"
}

回答1:


Change isn't always easy. Back in September, Google revamped the "New Tab" page in its Chrome browser -- and a lot of folks weren't too thrilled with the results.

The new "New Tab" page used to be easy enough to avoid: A setting in Chrome's about://flags section let you toggle back to the original "New Tab" setup with a flip of a switch. But this week's latest stable Chrome release removed that setting from the browser.

So what to do? If you're still not a fan of the new "New Tab" page, I have a new workaround that might be just what you need.

This one requires a third-party extension called New Tab Redirect. It's free to use.

All you do is install the extension and then head into its settings (you'll be presented with a link immediately after installation). Click the option to have the extension set the Chrome Apps page as your "New Tab" page. Open a new tab, and voilà: You'll have something pretty darn close to the original "New Tab" setup.



来源:https://stackoverflow.com/questions/21851369/chrome-web-store-app-install-redirects-to-a-blank-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!