OneClick Share Screenshot
The fastest way to share screenshots
Cos'è OneClick Share Screenshot?
OneClick Share Screenshot è un'estensione di Chrome sviluppata da https://1ce.org, e la sua funzione principale è "The fastest way to share screenshots".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OneClick Share Screenshot
Scarica i file di estensione OneClick Share 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
☑ The fastest way to share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source. ☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome. ☑ The extension works on Linux, Mac & Windows platforms. ☑ Everyone get unlimited storage, so don't stop to share screenshots!
Informazioni di Base sull'Estensione
Nome | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
URL Ufficiale | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
Descrizione | The fastest way to share screenshots |
Dimensione del File | 58.68 KB |
Conteggio Installazioni | 233 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-03-13 |
Data di Pubblicazione | 2018-03-13 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://1ce.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.openscreenshot.com |
URL della Pagina di Aiuto | http://www.openscreenshot.com |
URL della Pagina della Politica sulla Privacy | https://www.webpagescreenshot.info/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |