Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Vad är Ferald?
Ferald är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
Tilläggsskärmbilder
Ladda ner Ferald-förlängningens CRX-fil
Ladda ner Ferald-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
Pizza tastes better than broccoli.
Click anywhere to read the article — but only if you really, really, really have to. Grundläggande Information om Tillägg
| Namn | |
| ID | jmljfoieohgbjeoaihahppodleeblimj |
| Officiell webbadress | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
| Beskrivning | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
| Filstorlek | 13 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-04-10 |
| Publiceringsdatum | 2013-04-09 |
| Betyg | 4.08/5 Totalt 12 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ferald",
"description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley",
"version": "1.0",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*.nzherald.co.nz\/*",
"*:\/\/*.stuff.co.nz\/*"
],
"js": [
"myscript.js"
]
}
],
"web_accessible_resources": [
"grumpycatno.svg"
]
} | |