Computub Screenshotter
The best way to screenshot your browser
O que é Computub Screenshotter?
Computub Screenshotter é uma extensão do Chrome desenvolvida por https://computub.com, e sua principal característica é "The best way to screenshot your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Computub Screenshotter
Baixe arquivos de extensão Computub Screenshotter 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
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.
Informações Básicas da Extensão
Nome | Computub Screenshotter |
ID | ihehfgffeinmbnahpbgecfopcjonejih |
URL Oficial | https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih |
Descrição | The best way to screenshot your browser |
Tamanho do Arquivo | 55.69 KB |
Contagem de Instalações | 131 |
Versão Atual | 2.2 |
Última Atualização | 2020-07-10 |
Data de Publicação | 2020-04-02 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://computub.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://computub.com/apps |
URL da Página de Política de Privacidade | https://bandev.uk/privacy |
Idiomas Suportados | 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 } |