XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
ما هو XKCD Alt Text؟
XKCD Alt Text هو إضافة Chrome تم تطويرها بواسطة James Kwan، والميزة الرئيسية لها هي "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XKCD Alt Text
قم بتنزيل ملفات الامتداد XKCD Alt Text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
معلومات أساسية عن التمديد
الاسم | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
الوصف | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
حجم الملف | 57.64 KB |
عدد التثبيتات | 736 |
النسخة الحالية | 2.8.1 |
آخر تحديث | 2014-01-27 |
تاريخ النشر | 2014-01-26 |
تقييم | 4.06/5 مجموع تقييمات 17 |
المطور | James Kwan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |