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! Mingyi Liu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No 'More' Yahoo! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |