Caption
Capture webpage and annotate it.
What is Caption?
Caption is a Chrome extension developed by extension.anatoo.jp, and its main feature is "Capture webpage and annotate it.".
Extension Screenshots
Download Caption Extension CRX File
Download Caption 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
ウェブページを画像としてキャプチャして、テキストやフリーハンドで説明を追加できます。 ウェブページの使い方を説明したり、ウェブページに対するフィードバックを伝えるのに便利です。
Extension Basic Information
Name | Caption |
ID | kjcloajgamfemeociincjeikfljoplij |
Official URL | https://chromewebstore.google.com/detail/caption/kjcloajgamfemeociincjeikfljoplij |
Description | Capture webpage and annotate it. |
File Size | 344 KB |
Installation Count | 154 |
Current Version | 0.9.0 |
Last Updated | 2023-11-03 |
Publish Date | 2023-11-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | extension.anatoo.jp |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |