Homestuck Annotations

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

Homestuck Annotations là gì?

Homestuck Annotations là một tiện ích mở rộng Chrome được phát triển bởi wimbleimble, và tính năng chính của nó là "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Homestuck Annotations

Tải xuống các tệp mở rộng Homestuck Annotations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Homestuck Annotations Homestuck Annotations
ID nalihmjaadbmmekllaoleaeipomjkocp
URL Chính Thức https://chromewebstore.google.com/detail/homestuck-annotations/nalihmjaadbmmekllaoleaeipomjkocp
Mô tả An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Kích Thước Tệp 37.42 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-11-26
Ngày Phát Hành 2019-11-26
Nhà Phát Triển wimbleimble
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}