Caption
Capture webpage and annotate it.
Wat is Caption?
Caption is een Chrome-extensie ontwikkeld door extension.anatoo.jp, en de belangrijkste functie is "Capture webpage and annotate it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Caption
Download Caption-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
ウェブページを画像としてキャプチャして、テキストやフリーハンドで説明を追加できます。
ウェブページの使い方を説明したり、ウェブページに対するフィードバックを伝えるのに便利です。 Basisinformatie over de Extensie
| Naam | |
| ID | kjcloajgamfemeociincjeikfljoplij |
| Officiële URL | https://chromewebstore.google.com/detail/caption/kjcloajgamfemeociincjeikfljoplij |
| Beschrijving | Capture webpage and annotate it. |
| Bestandsgrootte | 344 KB |
| Aantal Installaties | 154 |
| Huidige Versie | 0.9.0 |
| Laatst Bijgewerkt | 2023-11-03 |
| Publicatiedatum | 2023-11-02 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | extension.anatoo.jp |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Caption",
"description": "Capture webpage and annotate it.",
"version": "0.9.0",
"content_scripts": [],
"action": {
"default_icon": "public\/popup-icon.png",
"default_popup": "pages\/popup.html",
"default_title": "Caption"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab",
"storage"
],
"icons": {
"128": "public\/icon-128.png"
}
} | |