OneClick Share Screenshot
The fastest way to share screenshots
O que é OneClick Share Screenshot?
OneClick Share Screenshot é uma extensão do Chrome desenvolvida por https://1ce.org, e sua principal característica é "The fastest way to share screenshots".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OneClick Share Screenshot
Baixe arquivos de extensão OneClick Share Screenshot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
☑ 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!
Informações Básicas da Extensão
Nome | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
URL Oficial | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
Descrição | The fastest way to share screenshots |
Tamanho do Arquivo | 58.68 KB |
Contagem de Instalações | 233 |
Versão Atual | 1.1 |
Última Atualização | 2018-03-13 |
Data de Publicação | 2018-03-13 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | https://1ce.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.openscreenshot.com |
URL da Página de Ajuda | http://www.openscreenshot.com |
URL da Página de Política de Privacidade | https://www.webpagescreenshot.info/privacy.html |
Idiomas Suportados | 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" } } |