Computub Screenshotter
The best way to screenshot your browser
Cos'è Computub Screenshotter?
Computub Screenshotter è un'estensione di Chrome sviluppata da https://computub.com, e la sua funzione principale è "The best way to screenshot your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Computub Screenshotter
Scarica i file di estensione Computub Screenshotter 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
Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer. Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.
Informazioni di Base sull'Estensione
Nome | Computub Screenshotter |
ID | ihehfgffeinmbnahpbgecfopcjonejih |
URL Ufficiale | https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih |
Descrizione | The best way to screenshot your browser |
Dimensione del File | 55.69 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2020-07-10 |
Data di Pubblicazione | 2020-04-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://computub.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://computub.com/apps |
URL della Pagina della Politica sulla Privacy | https://bandev.uk/privacy |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Computub Screenshotter", "version": "2.2", "description": "The best way to screenshot your browser", "offline_enabled": false, "homepage_url": "https:\/\/computub.com", "icons": { "16": "camera.png", "24": "camera.png", "32": "camera.png", "48": "camera.png", "128": "camera.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Screenshot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |