One Key Full Screen
Full screen with one click on the button and not need any permission.
One Key Full Screenとは何ですか?
One Key Full ScreenはKerwin Cheによって開発されたChromeの拡張機能で、その主な機能は「Full screen with one click on the button and not need any permission.」です。
拡張機能のスクリーンショット
One Key Full Screen拡張機能のCRXファイルをダウンロード
One Key Full Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Full screen with one click on the button and not need any permission.
拡張機能の基本情報
名前 | One Key Full Screen |
ID | mggglpiplgkfcmbpnfdibgcncjfclbgc |
公式URL | https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc |
説明 | Full screen with one click on the button and not need any permission. |
ファイルサイズ | 9.35 KB |
インストール数 | 741 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-03-01 |
公開日 | 2015-02-28 |
評価 | 3.73/5 合計 15 レビュー |
開発者 | Kerwin Che |
支払い方法 | free |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "__MSG_extDescription__" }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [], "version": "1.0.0" } |