xkcd - New Tab Page
Override the new tab page with an xkcd comic viewer.
Apa itu xkcd - New Tab Page?
xkcd - New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Nick Morgan, dan fitur utamanya adalah "Override the new tab page with an xkcd comic viewer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi xkcd - New Tab Page
Unduh file ekstensi xkcd - New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | xkcd - New Tab Page |
ID | cjakkpghoepnjecfepbmmfofbbjijmgh |
URL Resmi | https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh |
Deskripsi | Override the new tab page with an xkcd comic viewer. |
Ukuran File | 14.76 KB |
Jumlah Instalasi | 200 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2014-11-02 |
Tanggal Publikasi | 2014-11-01 |
Penilaian | 5.00/5 Total 13 Penilaian |
Pengembang | Nick Morgan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |