Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
ما هو Ferald؟
Ferald هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ferald
قم بتنزيل ملفات الامتداد Ferald بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pizza tastes better than broccoli. Click anywhere to read the article — but only if you really, really, really have to.
معلومات أساسية عن التمديد
الاسم | Ferald |
ID | jmljfoieohgbjeoaihahppodleeblimj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
الوصف | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
حجم الملف | 13 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-04-10 |
تاريخ النشر | 2013-04-09 |
تقييم | 4.08/5 مجموع تقييمات 12 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |