Capture Me
Current tab instant capture
What is Capture Me?
Capture Me is a Chrome extension developed by Oh! My Tech, and its main feature is "Current tab instant capture".
Extension Screenshots
Download Capture Me Extension CRX File
Download Capture Me 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
Permet de capturer les pages web
Extension Basic Information
Name | Capture Me |
ID | keeebdkffeppbjbbmmkifgkhkhldebce |
Official URL | https://chromewebstore.google.com/detail/capture-me/keeebdkffeppbjbbmmkifgkhkhldebce |
Description | Current tab instant capture |
File Size | 19.99 KB |
Installation Count | 22 |
Current Version | 1.0.0 |
Last Updated | 2019-04-13 |
Publish Date | 2019-04-13 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Oh! My Tech |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "name": "Capture Me", "version": "1.0.0", "manifest_version": 2, "description": "Current tab instant capture", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "incognito": "split", "minimum_chrome_version": "22.0", "permissions": [ "activeTab", "tabs", "downloads" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon64.png", "default_title": "Capture Now!" }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |