Read A Comic
Replace new tab screen with a nerdy comic (only xkcd as of now).
Read A Comicคืออะไร?
Read A Comic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arnavsharma93 และคุณลักษณะหลักของมันคือ "Replace new tab screen with a nerdy comic (only xkcd as of now). "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read A Comic
ดาวน์โหลดไฟล์ส่วนขยาย Read A Comic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension will open up a new comic on every new tab. If you would like to maintain the of level your productivity, please change the refresh interval from the settings. The settings wrench bar is at the bottom right of the new tab screen. By default, it is set to 0. We plan on adding more features, more comics in the future. Please do leave us a feedback and a rating. Contact us for hugs and bugs. If you like it and use it, please buy us a beer the next time you meet us. Tejas Shah (facebook.com/sh.tejas.shah) Arnav Sharma (facebook.com/arnavsharma93)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmacpohnmpmmociiiablalhaggmoldko |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko |
คำอธิบาย | Replace new tab screen with a nerdy comic (only xkcd as of now). |
ขนาดไฟล์ | 846 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2015-05-30 |
วันที่เผยแพร่ | 2015-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | arnavsharma93 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ", "icons": { "128": "images\/icon128.png", "112": "images\/icon112.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Read A Comic", "options_page": "index.html#myModal", "permissions": [ "storage", "http:\/\/*.xkcd.com\/" ], "version": "0.0.2" } |