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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة xkcd - New Tab Page

قم بتنزيل ملفات الامتداد xkcd - New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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\/"
    ]
}