Homestuck Annotations

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

Qu'est-ce que Homestuck Annotations ?

Homestuck Annotations est une extension Chrome développée par wimbleimble, et sa fonction principale est "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Homestuck Annotations

Téléchargez les fichiers d'extension Homestuck Annotations au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
URL Officiel https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
Description An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Taille du Fichier 37.42 KB
Nombre d'Installations 65
Version Actuelle 1.1
Dernière Mise à Jour 2019-11-26
Date de Publication 2019-11-26
Développeur wimbleimble
Type de Paiement free
Langues Prises en Charge 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
}