Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
Chrome Cats Incとは何ですか?
Chrome Cats IncはChromeCatsによって開発されたChromeの拡張機能で、その主な機能は「Second Extension focusing on the worldwide issue of feline absence!」です。
拡張機能のスクリーンショット
Chrome Cats Inc拡張機能のCRXファイルをダウンロード
Chrome Cats Inc拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
公式URL | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
説明 | Second Extension focusing on the worldwide issue of feline absence! |
ファイルサイズ | 18.15 KB |
インストール数 | 21 |
現在のバージョン | 0.1 |
最終更新日 | 2019-02-05 |
公開日 | 2019-02-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ChromeCats |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Cats Inc", "version": "0.1", "description": "Second Extension focusing on the worldwide issue of feline absence!", "permissions": [ "storage", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/cat48.png" }, "icons": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat48.png" }, "options_page": "options.html", "manifest_version": 2 } |