xkcd - New Tab Page
Override the new tab page with an xkcd comic viewer.
xkcd - New Tab Pageคืออะไร?
xkcd - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Morgan และคุณลักษณะหลักของมันคือ "Override the new tab page with an xkcd comic viewer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xkcd - New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย xkcd - New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An xkcd new tab page for Google Chrome, an extension of romance, sarcasm, math, and language. Displays the most recent xkcd comic on the new tab page instead of the original content provided by Chrome. Has a bookmarks bar and a link to the newest What-If, also published by xkcd. All comics provided by http://xkcd.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | xkcd - New Tab Page |
ID | cjakkpghoepnjecfepbmmfofbbjijmgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh |
คำอธิบาย | Override the new tab page with an xkcd comic viewer. |
ขนาดไฟล์ | 14.76 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2014-11-02 |
วันที่เผยแพร่ | 2014-11-01 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Nick Morgan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd - New Tab Page", "short_name": "xkcd-ntp", "version": "1.9", "description": "Override the new tab page with an xkcd comic viewer.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Nick Morgan", "incognito": "split", "chrome_url_overrides": { "newtab": "xkcd-ntp.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "https:\/\/*\/", "http:\/\/xkcd.com\/" ] } |