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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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
} | |