No 'More' Yahoo!
Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Hvad er No 'More' Yahoo!?
No 'More' Yahoo! er en Chrome-udvidelse udviklet af Mingyi Liu, og dens hovedfunktion er "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
Download No 'More' Yahoo!-udvidelses-CRX-fil
Download No 'More' Yahoo!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ffaekjgjkmoggbcpminlabhekpdadagl |
| Officiel URL | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
| Beskrivelse | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
| Filstørrelse | 3.85 KB |
| Antal Installationer | 24 |
| Nuværende Version | 0.11 |
| Senest Opdateret | 2016-10-12 |
| Udgivelsesdato | 2016-10-11 |
| Udvikler | Mingyi Liu |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |