Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Qu'est-ce que Ferald ?
Ferald est une extension Chrome développée par Unknown, et sa fonction principale est "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ferald
Téléchargez les fichiers d'extension Ferald au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Pizza tastes better than broccoli. Click anywhere to read the article — but only if you really, really, really have to.
Informations de Base sur l'Extension
Nom | Ferald |
ID | jmljfoieohgbjeoaihahppodleeblimj |
URL Officiel | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
Description | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
Taille du Fichier | 13 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-04-10 |
Date de Publication | 2013-04-09 |
Évaluation | 4.08/5 Total 12 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |