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 |
| 官方網址 | 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"
}
]
} | |