Homestuck Annotations

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

Co je Homestuck Annotations?

Homestuck Annotations je rozšíření Chrome vyvinuté wimbleimble, a jeho hlavní funkcí je „An extension for writing, sharing and viewing notes written for the webcomic Homestuck.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Homestuck Annotations

Stáhněte si soubory rozšíření Homestuck Annotations ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
Oficiální URL https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
Popis An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Velikost souboru 37.42 KB
Počet instalací 65
Aktuální Verze 1.1
Poslední Aktualizace 2019-11-26
Datum Vydání 2019-11-26
Vývojář wimbleimble
Typ Platby free
Podporované Jazyky 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
}