Annotater
Annotate the web.
Wat is Annotater?
Annotater is een Chrome-extensie ontwikkeld door Noah Buscher, en de belangrijkste functie is "Annotate the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Annotater
Download Annotater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mebheldooadlkbhpfimifbgdngnlghoo |
Officiële URL | https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo |
Beschrijving | Annotate the web. |
Bestandsgrootte | 89.64 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-11-20 |
Publicatiedatum | 2014-11-20 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Noah Buscher |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |