No 'More' Yahoo!
Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Cos'è No 'More' Yahoo!?
No 'More' Yahoo! è un'estensione di Chrome sviluppata da Mingyi Liu, e la sua funzione principale è "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
Scarica il file CRX dell'estensione No 'More' Yahoo!
Scarica i file di estensione No 'More' Yahoo! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | No 'More' Yahoo! |
ID | ffaekjgjkmoggbcpminlabhekpdadagl |
URL Ufficiale | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
Descrizione | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
Dimensione del File | 3.85 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.11 |
Ultimo Aggiornamento | 2016-10-12 |
Data di Pubblicazione | 2016-10-11 |
Sviluppatore | Mingyi Liu |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |