One Key Full Screen
Full screen with one click on the button and not need any permission.
Cos'è One Key Full Screen?
One Key Full Screen è un'estensione di Chrome sviluppata da Kerwin Che, e la sua funzione principale è "Full screen with one click on the button and not need any permission.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Key Full Screen
Scarica i file di estensione One Key Full Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Full screen with one click on the button and not need any permission.
Informazioni di Base sull'Estensione
Nome | One Key Full Screen |
ID | mggglpiplgkfcmbpnfdibgcncjfclbgc |
URL Ufficiale | https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc |
Descrizione | Full screen with one click on the button and not need any permission. |
Dimensione del File | 9.35 KB |
Conteggio Installazioni | 741 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-03-01 |
Data di Pubblicazione | 2015-02-28 |
Valutazione | 3.73/5 Totale 15 Valutazioni |
Sviluppatore | Kerwin Che |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |