Get Webpage from Computer to Mobile
Open website from computer to mobile
Cos'è Get Webpage from Computer to Mobile?
Get Webpage from Computer to Mobile è un'estensione di Chrome sviluppata da ClearApps, e la sua funzione principale è "Open website from computer to mobile".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Webpage from Computer to Mobile
Scarica i file di estensione Get Webpage from Computer to Mobile 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
Informazioni di Base sull'Estensione
Nome | |
ID | jhoboflmglplkodmfmohodbeajgfiopl |
URL Ufficiale | https://chrome.google.com/webstore/detail/get-webpage-from-computer/jhoboflmglplkodmfmohodbeajgfiopl |
Descrizione | Open website from computer to mobile |
Dimensione del File | 132 KB |
Conteggio Installazioni | 147 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-08-10 |
Data di Pubblicazione | 2018-08-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | ClearApps |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Webpage from Computer to Mobile", "version": "1.1", "description": "Open website from computer to mobile", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent" ], "browser_action": { "default_title": "Get the website On Mobile", "default_icon": "icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |