Homestuck Annotations
An extension for writing, sharing and viewing notes written for the webcomic Homestuck.
Homestuck Annotations क्या है?
Homestuck Annotations wimbleimble द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for writing, sharing and viewing notes written for the webcomic Homestuck."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Homestuck Annotations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |