Homestuck Annotations

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

O que é Homestuck Annotations?

Homestuck Annotations é uma extensão do Chrome desenvolvida por wimbleimble, e sua principal característica é "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Homestuck Annotations

Baixe arquivos de extensão Homestuck Annotations no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
URL Oficial https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
Descrição An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Tamanho do Arquivo 37.42 KB
Contagem de Instalações 65
Versão Atual 1.1
Última Atualização 2019-11-26
Data de Publicação 2019-11-26
Desenvolvedor wimbleimble
Tipo de Pagamento free
Idiomas Suportados 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
}