Web Annotator

Annotate web's contents

Web Annotator là gì?

Web Annotator là một tiện ích mở rộng Chrome được phát triển bởi skypia.works, và tính năng chính của nó là "Annotate web's contents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Annotator

Tải xuống các tệp mở rộng Web Annotator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
URL Chính Thức https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Mô tả Annotate web's contents
Kích Thước Tệp 521 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 2.9
Cập Nhật Lần Cuối 2017-03-03
Ngày Phát Hành 2017-03-03
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển skypia.works
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Ngôn Ngữ Được Hỗ Trợ 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
}