xkcdAlt

Read alt text under xkcd comic strips easier. Extension by TPReal

ما هو xkcdAlt؟

xkcdAlt هو إضافة Chrome تم تطويرها بواسطة TPReal، والميزة الرئيسية لها هي "Read alt text under xkcd comic strips easier. Extension by TPReal".

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

screenshot

تحميل ملف CRX للإضافة xkcdAlt

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

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

                        Shows the title text under xkcd comic strips.

The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.                    

معلومات أساسية عن التمديد

الاسم xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
عنوان URL الرسمي https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
الوصف Read alt text under xkcd comic strips easier. Extension by TPReal
حجم الملف 13.73 KB
عدد التثبيتات 104
النسخة الحالية 0.8
آخر تحديث 2013-06-15
تاريخ النشر 2013-06-15
تقييم 4.09/5 مجموع تقييمات 11
المطور TPReal
نوع الدفع free
موقع الإضافة http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
عنوان صفحة المساعدة http://tpchromeextensions.blogspot.com/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xkcdAlt",
    "description": "Read alt text under xkcd comic strips easier. Extension by TPReal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/www.xkcd.com\/*"
            ],
            "js": [
                "xkcdAlt.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/xkcd16.png",
        "32": "img\/xkcd32.png",
        "48": "img\/xkcd48.png",
        "128": "img\/xkcd128.png"
    },
    "version": "0.8",
    "manifest_version": 2
}