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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jglamine และคุณลักษณะหลักของมันคือ "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Distraction-free Homestuck
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
]
} | |