Button: Apps
Open the Apps Page with just one click.
Button: Appsとは何ですか?
Button: Appsはhttps://browser-extensions.comによって開発されたChromeの拡張機能で、その主な機能は「Open the Apps Page with just one click.」です。
拡張機能のスクリーンショット
Button: Apps拡張機能のCRXファイルをダウンロード
Button: Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Button: Apps |
ID | lnhjdlekcjjldjbhnnhdehceokficdmo |
公式URL | https://chromewebstore.google.com/detail/button-apps/lnhjdlekcjjldjbhnnhdehceokficdmo |
説明 | Open the Apps Page with just one click. |
ファイルサイズ | 68.21 KB |
インストール数 | 866 |
現在のバージョン | 1.1.0 |
最終更新日 | 2016-04-22 |
公開日 | 2016-04-21 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://browser-extensions.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://browser-extensions.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openAppsPage__", "default_popup": "pages\/popup.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus", "management" ] } |