Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
Cat Generatorとは何ですか?
Cat Generatorはnickela125によって開発されたChromeの拡張機能で、その主な機能は「The purrfect extension to keep you entertained with awesome cat gifs.」です。
拡張機能のスクリーンショット
Cat Generator拡張機能のCRXファイルをダウンロード
Cat Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator. Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.
拡張機能の基本情報
名前 | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
公式URL | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
説明 | The purrfect extension to keep you entertained with awesome cat gifs. |
ファイルサイズ | 211 KB |
インストール数 | 1,433 |
現在のバージョン | 1.2.0.0 |
最終更新日 | 2018-09-24 |
公開日 | 2018-09-23 |
評価 | 5.00/5 合計 13 レビュー |
開発者 | nickela125 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Generator", "description": "The purrfect extension to keep you entertained with awesome cat gifs.", "version": "1.2.0.0", "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "cat_16.png", "48": "cat_48.png", "128": "cat_128.png" } } |