ScreenShooter
Screenshot your webpages with a gunshot.
Cos'è ScreenShooter?
ScreenShooter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Screenshot your webpages with a gunshot.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScreenShooter
Scarica i file di estensione ScreenShooter 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
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
Informazioni di Base sull'Estensione
Nome | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
URL Ufficiale | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
Descrizione | Screenshot your webpages with a gunshot. |
Dimensione del File | 56.04 KB |
Conteggio Installazioni | 166 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-17 |
Data di Pubblicazione | 2020-03-16 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenShooter", "version": "1.0", "description": "Screenshot your webpages with a gunshot.", "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "Screen Shooter", "default_icon": "img\/icons\/icon32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "img\/icons\/icon16.png", "32": "img\/icons\/icon32.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |