Homestuck Annotations
An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
¿Qué es Homestuck Annotations?
Homestuck Annotations es una extensión de Chrome desarrollada por wimbleimble, y su función principal es "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Homestuck Annotations
Descarga archivos de extensión Homestuck Annotations en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
It's like homestuck, but with comments. Add your own notes, save them to a file, share and combine with friends. The authour is you! Feature overview: ~ Add your own annotations at the bottom of each homestuck page. ~ Annotations automatically save locally. ~ Download annotation files. ~ Load annotation files. ~ Merge annotation files and COLLABORATE WITH FRIENDS :-) june egbert is real
Información Básica de la Extensión
Nombre | Homestuck Annotations |
ID | nalihmjaadbmmekllaoleaeipomjkocp |
URL Oficial | https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp |
Descripción | An extension for writing, sharing and viewing notes written for the webcomic Homestuck. |
Tamaño del Archivo | 37.42 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 1.1 |
Última Actualización | 2019-11-26 |
Fecha de Publicación | 2019-11-26 |
Desarrollador | wimbleimble |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homestuck Annotations", "version": "1.1", "description": "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistant": false }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.homestuck.com\/story\/*" ], "run_at": "document_idle", "js": [ "script.js" ] } ], "icons": { "16": "icons\/Icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/Icon_128.png" }, "manifest_version": 2 } |