Catloaf, where are we?

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

Was ist Catloaf, where are we??

Catloaf, where are we? ist eine Chrome-Erweiterung, die von Charles Carr entwickelt wurde, und ihr Hauptmerkmal ist "Ask the loafing cat where you are and he'll meow the page title at you.".

Erweiterungsscreenshots

screenshot

Catloaf, where are we?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Catloaf, where are we?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Catloaf, where are we? Catloaf, where are we?
ID gabpadpgmkdkbefhbhianpebeobjlppi
Offizielle URL https://chromewebstore.google.com/detail/catloaf-where-are-we/gabpadpgmkdkbefhbhianpebeobjlppi
Beschreibung Ask the loafing cat where you are and he'll meow the page title at you.
Dateigröße 572 KB
Installationsanzahl 149
Aktuelle Version 0.0.1.1
Letztes Update 2022-06-26
Veröffentlichungsdatum 2022-06-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Charles Carr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.charlesleecarr.com
Hilfeseite URL https://www.charlesleecarr.com
Unterstützte Sprachen 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"
    ]
}