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.
擴展基本資訊
名稱 | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
官方網址 | 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 |
電子郵箱 | [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 } |