Annotate

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

Co to jest Annotate?

Annotate to rozszerzenie Chrome opracowane przez http://annotate.tech, a jego główną funkcją jest „Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Annotate

Pobierz pliki rozszerzeń Annotate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Annotate Annotate
ID hmapkigpghjemmoodagegimpoimooamc
Oficjalny URL https://chrome.google.com/webstore/detail/annotate/hmapkigpghjemmoodagegimpoimooamc
Opis Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech
Rozmiar pliku 1.7 MB
Liczba instalacji 1,000
Aktualna Wersja 0.6.43
Ostatnia Aktualizacja 2017-02-11
Data Publikacji 2017-02-11
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper http://annotate.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://annotate.tech
Adres URL Strony Pomocy http://annotate.tech/docs.php
Obsługiwane Języki 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"
    ]
}