No 'More' Yahoo!
Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Wat is No 'More' Yahoo!?
No 'More' Yahoo! is een Chrome-extensie ontwikkeld door Mingyi Liu, en de belangrijkste functie is "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
Download het CRX-bestand van de extensie No 'More' Yahoo!
Download No 'More' Yahoo!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | No 'More' Yahoo! |
ID | ffaekjgjkmoggbcpminlabhekpdadagl |
Officiële URL | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
Beschrijving | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
Bestandsgrootte | 3.85 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2016-10-12 |
Publicatiedatum | 2016-10-11 |
Ontwikkelaar | Mingyi Liu |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |