Annotater

Annotate the web.

Qu'est-ce que Annotater ?

Annotater est une extension Chrome développée par Noah Buscher, et sa fonction principale est "Annotate the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annotater

Téléchargez les fichiers d'extension Annotater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Annotater allows you to comment the web. Just open a page in your browser, hit the Annotater button, and comment away! You can set a custom nickname and view other people's comments in real-time. Think of it as a public chat room for any website.                    

Informations de Base sur l'Extension

Nom Annotater Annotater
ID mebheldooadlkbhpfimifbgdngnlghoo
URL Officiel https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo
Description Annotate the web.
Taille du Fichier 89.64 KB
Nombre d'Installations 49
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-11-20
Date de Publication 2014-11-20
Évaluation 1.00/5 Total 1 Évaluations
Développeur Noah Buscher
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotater",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Annotate the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/firebase.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Annotater",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}