Capture Me
Current tab instant capture
Wat is Capture Me?
Capture Me is een Chrome-extensie ontwikkeld door Oh! My Tech, en de belangrijkste functie is "Current tab instant capture".
Extensie Screenshots
Download het CRX-bestand van de extensie Capture Me
Download Capture Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Permet de capturer les pages web Basisinformatie over de Extensie
| Naam | |
| ID | keeebdkffeppbjbbmmkifgkhkhldebce |
| Officiële URL | https://chromewebstore.google.com/detail/capture-me/keeebdkffeppbjbbmmkifgkhkhldebce |
| Beschrijving | Current tab instant capture |
| Bestandsgrootte | 19.99 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-04-13 |
| Publicatiedatum | 2019-04-13 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Oh! My Tech |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |