Annotate

Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech

Annotate là gì?

Annotate là một tiện ích mở rộng Chrome được phát triển bởi http://annotate.tech, và tính năng chính của nó là "Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech".

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

screenshot

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

Tải xuống các tệp mở rộng Annotate 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

                        Annotate! is an extension meant to help you annotate your webpage with any information you'd like with speed and ease.  Perfect for students, researchers, web developers, web designers, web accessibility professionals and more!

Users are able to annotate any web page they visit by placing pins, highlighting areas of the page, write text, stamp text, and add notes.  By creating a free account at annotate.tech, users can pull all of their saved annotations.

Without creating an account, annotations are still stored in the browser at the page level.

Along with an extensive set of preset recommendations, users are also provided the ability to add, edit, and remove recommendations.  This gives users total control over what content is pre-populated.                    

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

Tên Annotate Annotate
ID hmapkigpghjemmoodagegimpoimooamc
URL Chính Thức https://chrome.google.com/webstore/detail/annotate/hmapkigpghjemmoodagegimpoimooamc
Mô tả Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech
Kích Thước Tệp 1.7 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.6.43
Cập Nhật Lần Cuối 2017-02-11
Ngày Phát Hành 2017-02-11
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://annotate.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://annotate.tech
URL Trang Trợ Giúp http://annotate.tech/docs.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate",
    "short_name": "Easily annotate any page on the web.",
    "version": "0.6.43",
    "manifest_version": 2,
    "author": "Shea VanLaningham",
    "options_page": "index.html",
    "description": "Annotate gives you the ability to add pins, notes, text, and highlight areas of the page.  http:\/\/annotate.tech",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jscolor.js",
                "js\/an_helper.js",
                "js\/an_box.js",
                "js\/an_context.js",
                "js\/an_pins.js",
                "js\/an_text.js",
                "js\/an_stamp.js",
                "js\/annotate.js",
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/jquery.touchpunch.min.js"
            ],
            "css": [
                "css\/architects_daughter.css",
                "css\/rocksalt.css",
                "css\/annotate.css",
                "css\/jquery-ui.structure.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/annotate_16_inactive.png",
        "128": "images\/annotate_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/annotate_16_inactive.png"
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "http:\/\/annotate.tech\/login.php"
    ],
    "web_accessible_resources": [
        "index.html",
        "css\/annotate.css",
        "css\/an_body_css.css",
        "css\/railway.css",
        "js\/options.json",
        "js\/jscolor.js",
        "js\/types.json",
        "images\/add_text_24_inactive.png",
        "images\/add_text_24.png",
        "images\/alarm.png",
        "images\/arrow_24.png",
        "images\/basket.png",
        "images\/check_24_inactive.png",
        "images\/check_24_error.png",
        "images\/check_24_pass.png",
        "images\/clear.png",
        "images\/close.png",
        "images\/expand_24.png",
        "images\/collapse_24.png",
        "images\/flag_24.png",
        "images\/flag_24_inactive.png",
        "images\/highlight_24.png",
        "images\/highlight_24_inactive.png",
        "images\/annotate_16_new.png",
        "images\/annotate_32.png",
        "images\/annotate_64.png",
        "images\/notes.png",
        "images\/paint_32.png",
        "images\/cursor_pin.png",
        "images\/cursor_draw.png",
        "images\/loader.gif",
        "images\/list_inactive.png",
        "images\/list_active.png",
        "images\/minimize.png",
        "images\/pins\/pin_24_aqua.png",
        "images\/pins\/pin_24_black.png",
        "images\/pins\/pin_24_blue.png",
        "images\/pins\/pin_24_bluegreen.png",
        "images\/pins\/pin_24_brackets.png",
        "images\/pins\/pin_24_bright_red.png",
        "images\/pins\/pin_24_checked_green.png",
        "images\/pins\/pin_24_checked_red.png",
        "images\/pins\/pin_24_cobalt.png",
        "images\/pins\/pin_24_css.png",
        "images\/pins\/pin_24_dot_red.png",
        "images\/pins\/pin_24_dot_blue.png",
        "images\/pins\/pin_24_dot_green.png",
        "images\/pins\/pin_24_dot_black.png",
        "images\/pins\/pin_24_dung.png",
        "images\/pins\/pin_24_freddy.png",
        "images\/pins\/pin_24_goldstar.png",
        "images\/pins\/pin_24_green.png",
        "images\/pins\/pin_24_grey.png",
        "images\/pins\/pin_24_happy.png",
        "images\/pins\/pin_24_heart.png",
        "images\/pins\/pin_24_html.png",
        "images\/pins\/pin_24_inactive.png",
        "images\/pins\/pin_24_jason.png",
        "images\/pins\/pin_24_laughing.png",
        "images\/pins\/pin_24_lime.png",
        "images\/pins\/pin_24_mag.png",
        "images\/pins\/pin_24_notepad.png",
        "images\/pins\/pin_24_orange.png",
        "images\/pins\/pin_24_pink.png",
        "images\/pins\/pin_24_placeholder_red.png",
        "images\/pins\/pin_24_placeholder_blue.png",
        "images\/pins\/pin_24_placeholder_green.png",
        "images\/pins\/pin_24_placeholder_gold.png",
        "images\/pins\/pin_24_plum.png",
        "images\/pins\/pin_24_poop.png",
        "images\/pins\/pin_24_pumpkin.png",
        "images\/pins\/pin_24_red.png",
        "images\/pins\/pin_24_sad.png",
        "images\/pins\/pin_24_scissors.png",
        "images\/pins\/pin_24_sick.png",
        "images\/pins\/pin_24_white.png",
        "images\/pins\/pin_24_wrong.png",
        "images\/pins\/pin_24_yellow.png",
        "images\/plus.png",
        "images\/minus.png",
        "images\/new_window_16.jpg",
        "images\/previous.png",
        "css\/print.css",
        "images\/save.gif",
        "images\/save_24.png",
        "images\/select_24.png",
        "images\/select_24_active.jpg",
        "images\/select_32.png",
        "images\/stamp.png",
        "images\/stamp_active.png",
        "images\/options_24.png",
        "images\/window_resize.png",
        "images\/window_resize_active.png"
    ]
}