Distraction-free Homestuck
Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Distraction-free Homestuckとは何ですか?
Distraction-free Homestuckはjglamineによって開発されたChromeの拡張機能で、その主な機能は「Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.」です。
拡張機能のスクリーンショット
Distraction-free Homestuck拡張機能のCRXファイルをダウンロード
Distraction-free Homestuck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes distracting content around Homestuck and adds a panel at the bottom with estimates for how much time it will take to read the story.
Also adds keyboard navigation: Use the left and right arrow keys to go to the next or previous page. Press enter to open and close the pesterlog. 拡張機能の基本情報
| 名前 | |
| ID | poclfnmbkagmjnhbogegmoafjhlockhi |
| 公式URL | https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi |
| 説明 | Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate. |
| ファイルサイズ | 73.55 KB |
| インストール数 | 157 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-06-11 |
| 公開日 | 2015-06-11 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | jglamine |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-free Homestuck",
"description": "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.",
"version": "1.0",
"author": "James Lamine",
"content_scripts": [
{
"matches": [
"http:\/\/www.mspaintadventures.com\/?*s=6*"
],
"js": [
"lib\/keymaster.js",
"page-data.js",
"homestuck-reader.js"
],
"css": [
"homestuck-reader.css"
],
"run_at": "document_end"
}
]
} | |