Tuk-Tuk - Captura de Tela
Capture páginas na internet de forma simples e rápida.
What is Tuk-Tuk - Captura de Tela?
Tuk-Tuk - Captura de Tela is a Chrome extension developed by Rede Social, and its main feature is "Capture páginas na internet de forma simples e rápida.".
Extension Screenshots
Download Tuk-Tuk - Captura de Tela Extension CRX File
Download Tuk-Tuk - Captura de Tela extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Capture páginas na internet de forma simples e rápida.
Extension Basic Information
Name | |
ID | jablcamkdklbodkfebekclomgceknlmk |
Official URL | https://chromewebstore.google.com/detail/tuk-tuk-captura-de-tela/jablcamkdklbodkfebekclomgceknlmk |
Description | Capture páginas na internet de forma simples e rápida. |
File Size | 1.55 MB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2016-09-13 |
Publish Date | 2016-09-13 |
Developer | Rede Social |
Payment Type | free |
Extension Website | https://rede.social |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tuk-Tuk - Captura de Tela", "version": "1.0", "manifest_version": 2, "description": "Capture p\u00e1ginas na internet de forma simples e r\u00e1pida.", "browser_action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |