No 'More' Yahoo!
Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Vad är No 'More' Yahoo!?
No 'More' Yahoo! är en Chrome-tillägg utvecklad av Mingyi Liu, och dess huvudfunktion är "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
Ladda ner No 'More' Yahoo!-förlängningens CRX-fil
Ladda ner No 'More' Yahoo!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | No 'More' Yahoo! |
ID | ffaekjgjkmoggbcpminlabhekpdadagl |
Officiell webbadress | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
Beskrivning | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
Filstorlek | 3.85 KB |
Antal Installationer | 24 |
Aktuell Version | 0.11 |
Senast Uppdaterad | 2016-10-12 |
Publiceringsdatum | 2016-10-11 |
Utvecklare | Mingyi Liu |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |