Annotater
Annotate the web.
Co to jest Annotater?
Annotater to rozszerzenie Chrome opracowane przez Noah Buscher, a jego główną funkcją jest „Annotate the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Annotater
Pobierz pliki rozszerzeń Annotater 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mebheldooadlkbhpfimifbgdngnlghoo |
Oficjalny URL | https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo |
Opis | Annotate the web. |
Rozmiar pliku | 89.64 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-11-20 |
Data Publikacji | 2014-11-20 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Noah Buscher |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |