Catloaf, where are we?

Ask the loafing cat where you are and he'll meow the page title at you.

Catloaf, where are we?とは何ですか?

Catloaf, where are we?はCharles Carrによって開発されたChromeの拡張機能で、その主な機能は「Ask the loafing cat where you are and he'll meow the page title at you.」です。

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

screenshot

Catloaf, where are we?拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tabs can get narrow and their titles become unreadable. Sometimes the top of the browser is cluttered with open tabs and the title is obscured by clouds or whatever. If you ever wonder where you are while browsing and need to confirm the name of the active web page in your browser, just click on the extension icon and a cat in a loafing posture will tell you the tab title.                    

拡張機能の基本情報

名前 Catloaf, where are we? Catloaf, where are we?
ID gabpadpgmkdkbefhbhianpebeobjlppi
公式URL https://chromewebstore.google.com/detail/catloaf-where-are-we/gabpadpgmkdkbefhbhianpebeobjlppi
説明 Ask the loafing cat where you are and he'll meow the page title at you.
ファイルサイズ 572 KB
インストール数 149
現在のバージョン 0.0.1.1
最終更新日 2022-06-26
公開日 2022-06-22
評価 5.00/5 合計 2 レビュー
開発者 Charles Carr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.charlesleecarr.com
ヘルプページのURL https://www.charlesleecarr.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Catloaf, where are we?",
    "version": "0.0.1.1",
    "description": "Ask the loafing cat where you are and he'll meow the page title at you.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}