Catloaf, where are we?

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

What is Catloaf, where are we??

Catloaf, where are we? is a Chrome extension developed by Charles Carr, and its main feature is "Ask the loafing cat where you are and he'll meow the page title at you.".

Extension Screenshots

screenshot

Download Catloaf, where are we? Extension CRX File

Download Catloaf, where are we? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Catloaf, where are we? Catloaf, where are we?
ID gabpadpgmkdkbefhbhianpebeobjlppi
Official URL https://chromewebstore.google.com/detail/catloaf-where-are-we/gabpadpgmkdkbefhbhianpebeobjlppi
Description Ask the loafing cat where you are and he'll meow the page title at you.
File Size 572 KB
Installation Count 149
Current Version 0.0.1.1
Last Updated 2022-06-26
Publish Date 2022-06-22
Rating 5.00/5 Total 2 Ratings
Developer Charles Carr
Email [email protected]
Payment Type free
Extension Website https://www.charlesleecarr.com
Help Page URL https://www.charlesleecarr.com
Supported Languages 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"
    ]
}