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
官方網址 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
電子郵箱 [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"
    ]
}