Homestuck Annotations

An extension for writing, sharing and viewing notes written for the webcomic Homestuck.

Cos'è Homestuck Annotations?

Homestuck Annotations è un'estensione di Chrome sviluppata da wimbleimble, e la sua funzione principale è "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Homestuck Annotations

Scarica i file di estensione Homestuck Annotations 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

                        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                    

Informazioni di Base sull'Estensione

Nome Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
URL Ufficiale https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
Descrizione An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Dimensione del File 37.42 KB
Conteggio Installazioni 65
Versione Corrente 1.1
Ultimo Aggiornamento 2019-11-26
Data di Pubblicazione 2019-11-26
Sviluppatore wimbleimble
Tipo di Pagamento free
Lingue Supportate 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
}