caturday

Shows pictures of cats!

caturdayとは何ですか?

caturdayはhal313によって開発されたChromeの拡張機能で、その主な機能は「Shows pictures of cats!」です。

拡張機能のスクリーンショット

caturday拡張機能のCRXファイルをダウンロード

caturday拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.

Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension                    

拡張機能の基本情報

名前 caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
公式URL https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
説明 Shows pictures of cats!
ファイルサイズ 95.19 KB
インストール数 54
現在のバージョン 0.0.31
最終更新日 2021-03-09
公開日 2019-04-18
評価 5.00/5 合計 4 レビュー
開発者 hal313
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "caturday",
        "default_popup": "popup.html"
    }
}