xkcd - Comics Viewer
View xkcd comics from any page.
xkcd - Comics Viewerคืออะไร?
xkcd - Comics Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andytu และคุณลักษณะหลักของมันคือ "View xkcd comics from any page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xkcd - Comics Viewer
ดาวน์โหลดไฟล์ส่วนขยาย xkcd - Comics Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read your favourite web comic xkcd directly on Chrome! Features: - Enjoy a beautiful, clean interface for reading xkcd comics - Navigate and search for any xkcd comic - Access explanations of comics from explainxkcd.com easily - Access your recently browsed comics Feel free to report bugs or submit suggestions in the "Support" tab above. All comics and related artwork belong to Randall Munroe, of xkcd.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | xkcd - Comics Viewer |
ID | nmanlcmfmdmfcijmocmihompgjcljacd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd |
คำอธิบาย | View xkcd comics from any page. |
ขนาดไฟล์ | 36.99 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2017-04-25 |
วันที่เผยแพร่ | 2017-04-24 |
คะแนน | 4.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | andytu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Andy Tu", "name": "xkcd - Comics Viewer", "short_name": "xkcd-view", "description": "View xkcd comics from any page.", "version": "2.0.2", "icons": { "128": "assets\/xkcd_128.png", "48": "assets\/xkcd_48.png" }, "browser_action": { "default_icon": "assets\/xkcd_128.png", "default_popup": "bin\/xkcd.html", "default_name": "View xkcd" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "*:\/\/xkcd.com\/*", "storage" ] } |