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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |