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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}