Screenshot It
Screenshot It
Cos'è Screenshot It?
Screenshot It è un'estensione di Chrome sviluppata da http://sage.ga, e la sua funzione principale è "Screenshot It".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screenshot It
Scarica i file di estensione Screenshot It 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
Just click on the Browser icon and take the visible screen as image and save by clicking on the image. Easy to use for a visible tab to take screenshot.
Informazioni di Base sull'Estensione
Nome | |
ID | jdapkbgkamadhkellenmncglbpaglfom |
URL Ufficiale | https://chrome.google.com/webstore/detail/screenshot-it/jdapkbgkamadhkellenmncglbpaglfom |
Descrizione | Screenshot It |
Dimensione del File | 40.49 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-04-23 |
Data di Pubblicazione | 2019-04-23 |
Sviluppatore | http://sage.ga |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://sage.ga |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "activeTab", "tabs" ], "name": "Screenshot It", "description": "Screenshot It", "icons": { "48": "icon.png" }, "version": "0.0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Click to Screenshot Visible tab" } } |