Web Annotator

Annotate web's contents

什么是Web Annotator?

Web Annotator是由skypia.works开发的Chrome扩展程序,该扩展的主要功能是“Annotate web's contents”。

扩展截图

screenshot
screenshot
screenshot

下载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 Web Annotator
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
电子邮箱 [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
}