New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
New Tab with Appsとは何ですか?
New Tab with Appsはhttps://sites.google.com/site/sandeshmoreによって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with Google Chrome Apps page, does not need many permissions」です。
拡張機能のスクリーンショット
New Tab with Apps拡張機能のCRXファイルをダウンロード
New Tab with Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
拡張機能の基本情報
名前 | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
公式URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
説明 | Override the new tab page with Google Chrome Apps page, does not need many permissions |
ファイルサイズ | 10.12 KB |
インストール数 | 401 |
現在のバージョン | 0.2 |
最終更新日 | 2014-04-04 |
公開日 | 2014-04-03 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | https://sites.google.com/site/sandeshmore |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab with Apps", "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions", "version": "0.2", "chrome_url_overrides": { "newtab": "new_tab_chrome_apps.html" }, "permissions": [ "tabs" ], "icons": { "16": "allapps16.png", "48": "allapps48.png", "128": "allapps128.png" }, "manifest_version": 2 } |