No 'More' Yahoo!
Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
ما هو No 'More' Yahoo!؟
No 'More' Yahoo! هو إضافة Chrome تم تطويرها بواسطة Mingyi Liu، والميزة الرئيسية لها هي "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
تحميل ملف CRX للإضافة No 'More' Yahoo!
قم بتنزيل ملفات الامتداد No 'More' Yahoo! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Directly opens external links on Yahoo main page (http://www.yahoo.com) in a new tab, without having to load the one-paragraph Yahoo popup just to click the 'Read More' button to get to the actual external article. Note: this only works on Yahoo main page (www.yahoo.com), not the subdomains like finance.yahoo.com.
معلومات أساسية عن التمديد
الاسم | No 'More' Yahoo! |
ID | ffaekjgjkmoggbcpminlabhekpdadagl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
الوصف | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
حجم الملف | 3.85 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.11 |
آخر تحديث | 2016-10-12 |
تاريخ النشر | 2016-10-11 |
المطور | Mingyi Liu |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No 'More' Yahoo!", "version": "0.11", "description": "Directly opens external links on Yahoo main page (http:\/\/www.yahoo.com) in new tab without clicking the 'Read More' button.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.yahoo.com\/" ], "js": [ "extract.js" ] } ] } |