Web Annotator
Annotate web's contents
Web Annotatorとは何ですか?
Web Annotatorはskypia.worksによって開発されたChromeの拡張機能で、その主な機能は「Annotate web's contents」です。
拡張機能のスクリーンショット
Web Annotator拡張機能のCRXファイルをダウンロード
Web Annotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This application aims to improve your efficiency by enabling you to make annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized.
You can associate to an annotation a temporary comment or a note. 拡張機能の基本情報
| 名前 | |
| ID | jpgclklaljmemibhlabchhhicgmcefog |
| 公式URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
| 説明 | Annotate web's contents |
| ファイルサイズ | 521 KB |
| インストール数 | 155 |
| 現在のバージョン | 2.9 |
| 最終更新日 | 2017-03-03 |
| 公開日 | 2017-03-03 |
| 評価 | 2.50/5 合計 2 レビュー |
| 開発者 | skypia.works |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Annotator",
"description": "Annotate web's contents",
"version": "2.9",
"permissions": [
"activeTab",
"tabs",
"background",
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*",
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.min.js"
]
},
"browser_action": {
"default_title": "the extension is not active",
"default_icon": {
"19": "Resources\/img\/ext-disabled.png",
"38": "Resources\/img\/ext-disabled.png"
}
},
"web_accessible_resources": [
"Resources\/EditSelectionForm.html",
"Resources\/NoteDetail.html",
"css\/fonts\/glyphicons-halflings-regular.woff2",
"css\/fonts\/glyphicons-halflings-regular.woff",
"css\/fonts\/glyphicons-halflings-regular.ttf",
"css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg",
"index.html",
"view.html"
],
"manifest_version": 2
} | |