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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homestuck Annotations
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |