Homestuck Annotations

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

ما هو Homestuck Annotations؟

Homestuck Annotations هو إضافة Chrome تم تطويرها بواسطة wimbleimble، والميزة الرئيسية لها هي "An extension for writing, sharing and viewing notes written for the webcomic Homestuck.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Homestuck Annotations

قم بتنزيل ملفات الامتداد Homestuck Annotations بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}