Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
什麼是Ferald?
Ferald是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley”。
擴展截圖
下載Ferald擴展crx文件
下載Ferald擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pizza tastes better than broccoli. Click anywhere to read the article — but only if you really, really, really have to.
擴展基本資訊
名稱 | Ferald |
ID | jmljfoieohgbjeoaihahppodleeblimj |
官方網址 | 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" ] } |