Annotate

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

Cos'è Annotate?

Annotate è un'estensione di Chrome sviluppata da http://annotate.tech, e la sua funzione principale è "Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Annotate

Scarica i file di estensione Annotate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Annotate Annotate
ID hmapkigpghjemmoodagegimpoimooamc
URL Ufficiale https://chrome.google.com/webstore/detail/annotate/hmapkigpghjemmoodagegimpoimooamc
Descrizione Annotate gives you the ability to add pins, notes, text, and highlight areas of the page. http://annotate.tech
Dimensione del File 1.7 MB
Conteggio Installazioni 1,000
Versione Corrente 0.6.43
Ultimo Aggiornamento 2017-02-11
Data di Pubblicazione 2017-02-11
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore http://annotate.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://annotate.tech
URL della Pagina di Aiuto http://annotate.tech/docs.php
Lingue Supportate 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"
    ]
}