Catloaf, where are we?

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

Co je Catloaf, where are we??

Catloaf, where are we? je rozšíření Chrome vyvinuté Charles Carr, a jeho hlavní funkcí je „Ask the loafing cat where you are and he'll meow the page title at you.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Catloaf, where are we?

Stáhněte si soubory rozšíření Catloaf, where are we? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Catloaf, where are we? Catloaf, where are we?
ID gabpadpgmkdkbefhbhianpebeobjlppi
Oficiální URL https://chromewebstore.google.com/detail/catloaf-where-are-we/gabpadpgmkdkbefhbhianpebeobjlppi
Popis Ask the loafing cat where you are and he'll meow the page title at you.
Velikost souboru 572 KB
Počet instalací 149
Aktuální Verze 0.0.1.1
Poslední Aktualizace 2022-06-26
Datum Vydání 2022-06-22
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Charles Carr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.charlesleecarr.com
URL Stránky Nápovědy https://www.charlesleecarr.com
Podporované Jazyky 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"
    ]
}