Fast Screenshot
Take a screenshot
Cos'è Fast Screenshot?
Fast Screenshot è un'estensione di Chrome sviluppata da Denys Skychko, e la sua funzione principale è "Take a screenshot".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast Screenshot
Scarica i file di estensione Fast Screenshot 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
Quick screenshot of website viewport
Informazioni di Base sull'Estensione
Nome | Fast Screenshot |
ID | hgpjdhlbmdipmklooeilcjnjikagmkej |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-screenshot/hgpjdhlbmdipmklooeilcjnjikagmkej |
Descrizione | Take a screenshot |
Dimensione del File | 15.67 KB |
Conteggio Installazioni | 8,187 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2023-11-21 |
Data di Pubblicazione | 2020-03-07 |
Valutazione | 3.91/5 Totale 45 Valutazioni |
Sviluppatore | Denys Skychko |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://skychko.com/ |
URL della Pagina della Politica sulla Privacy | https://stopreclame.com/privacy.html |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Screenshot", "version": "1.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_popup_title__" }, "options_page": "options.html", "permissions": [ "activeTab", "downloads", "storage" ] } |