Homestuck Annotations

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

什么是Homestuck Annotations?

Homestuck Annotations是由wimbleimble开发的Chrome扩展程序,该扩展的主要功能是“An extension for writing, sharing and viewing notes written for the webcomic Homestuck.”。

扩展截图

screenshot

下载Homestuck Annotations扩展crx文件

下载Homestuck Annotations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
官方URL https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
简介 An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
文件大小 37.42 KB
安装次数 65
当前版本 1.1
更新时间 2019-11-26
上架时间 2019-11-26
开发者 wimbleimble
付费类型 free
支持的语言 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
}