Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
ما هو Wikipedia Link Expander؟
Wikipedia Link Expander هو إضافة Chrome تم تطويرها بواسطة jacloar، والميزة الرئيسية لها هي "Changes the title text for wikipedia links to be the first paragraph of that page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wikipedia Link Expander
قم بتنزيل ملفات الامتداد Wikipedia Link Expander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wikipedia Link Expander is for people who enjoy browsing articles on Wikipedia and exploring all the links. This extension allows you to hover over a link in Wikipedia and view the first paragraph of information in that article so you can read without clicking away. It isn't very good, it is incredibly buggy, and there are probably better alternatives out there, but we wanted to show off our version!
معلومات أساسية عن التمديد
الاسم | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
الوصف | Changes the title text for wikipedia links to be the first paragraph of that page |
حجم الملف | 48.91 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-02-08 |
تاريخ النشر | 2015-02-08 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | jacloar |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Link Expander", "description": "Changes the title text for wikipedia links to be the first paragraph of that page", "version": "1.0.1", "icons": { "16": "images\/wikipediaicon16.png", "48": "images\/wikipediaicon48.png", "128": "images\/wikipediaicon128.png" }, "permissions": [ "tabs", "activeTab", "contentSettings", "http:\/\/*.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "js": [ "jquery-1.11.2.min.js", "wikipediaHover.js" ] } ] } |