Caption
Capture webpage and annotate it.
什么是Caption?
Caption是由extension.anatoo.jp开发的Chrome扩展程序,该扩展的主要功能是“Capture webpage and annotate it.”。
扩展截图
下载Caption扩展crx文件
下载Caption扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ウェブページを画像としてキャプチャして、テキストやフリーハンドで説明を追加できます。
ウェブページの使い方を説明したり、ウェブページに対するフィードバックを伝えるのに便利です。 扩展基本信息
| 名称 | |
| ID | kjcloajgamfemeociincjeikfljoplij |
| 官方URL | https://chromewebstore.google.com/detail/caption/kjcloajgamfemeociincjeikfljoplij |
| 简介 | Capture webpage and annotate it. |
| 文件大小 | 344 KB |
| 安装次数 | 154 |
| 当前版本 | 0.9.0 |
| 更新时间 | 2023-11-03 |
| 上架时间 | 2023-11-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | extension.anatoo.jp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |