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? - это расширение Chrome, разработанное Charles Carr, и его основная функция - "Ask the loafing cat where you are and he'll meow the page title at you.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Catloaf, where are we?

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}