Annotate

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

Annotateとは何ですか?

Annotateはhttp://annotate.techによって開発されたChromeの拡張機能で、その主な機能は「Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech」です。

拡張機能のスクリーンショット

screenshot

Annotate拡張機能のCRXファイルをダウンロード

Annotate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Annotate Annotate
ID hmapkigpghjemmoodagegimpoimooamc
公式URL https://chrome.google.com/webstore/detail/annotate/hmapkigpghjemmoodagegimpoimooamc
説明 Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech
ファイルサイズ 1.7 MB
インストール数 1,000
現在のバージョン 0.6.43
最終更新日 2017-02-11
公開日 2017-02-11
評価 3.00/5 合計 4 レビュー
開発者 http://annotate.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://annotate.tech
ヘルプページのURL http://annotate.tech/docs.php
対応言語 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"
    ]
}