One Click To Full Screen Window
To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.
Cos'è One Click To Full Screen Window?
One Click To Full Screen Window è un'estensione di Chrome sviluppata da https://codebrary.com, e la sua funzione principale è "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Click To Full Screen Window
Scarica i file di estensione One Click To Full Screen Window 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
An easy, powerful one click full screen window is a google chrome web browser extension that makes your browsing experience in full screen. To get started with this new tool in your internet web browser, simply click on the Full Screen extension icon in your browser toolbar. For your reference icon is highlighted on the attached screenshot on the google chrome web store. Support I hope you like this free and open source browser extension.
Informazioni di Base sull'Estensione
Nome | One Click To Full Screen Window |
ID | iomchefffddaglnekonfihdnccacnjjb |
URL Ufficiale | https://chromewebstore.google.com/detail/one-click-to-full-screen/iomchefffddaglnekonfihdnccacnjjb |
Descrizione | To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar. |
Dimensione del File | 14.3 KB |
Conteggio Installazioni | 1,760 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2019-02-13 |
Data di Pubblicazione | 2019-02-13 |
Valutazione | 3.33/5 Totale 12 Valutazioni |
Sviluppatore | https://codebrary.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.codebrary.com/ |
URL della Pagina di Aiuto | https://www.codebrary.com/p/contact-us.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "One Click To Full Screen Window", "description": "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.", "offline_enabled": true, "short_name": "FS", "version": "1.1.1", "permissions": [ "contextMenus" ] } |