Freeze tab Title and Favicon

Freeze tab Title and Favicon

Freeze tab Title and Favicon란 무엇입니까?

Freeze tab Title and Favicon은(는) FGRibreau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Freeze tab Title and Favicon"입니다.

확장 프로그램 스크린샷

screenshot

Freeze tab Title and Favicon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Freeze the browser tab titles and favicons. Reduce distraction and improve productivity.

No more tab title notifications like Inbox (3), Slack | ! Username | 1 new item. 

🌟 Reduce procrastination
🌟 Increase productivity

Every tab title always have the domain name (e.g. mail.google.com, slack.com).
Every tab favicon always have the default favicon (/favicon.ico) if available.                    

확장 프로그램 기본 정보

이름 Freeze tab Title and Favicon Freeze tab Title and Favicon
ID dcohmlplfnhnblpmpnbglcnhlcbnhdag
공식 URL https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag
설명 Freeze tab Title and Favicon
파일 크기 14.64 KB
설치 횟수 14
현재 버전 1.0.0
최근 업데이트 2020-10-26
출시 날짜 2020-10-26
평점 3.67/5 총 3 개의 평점
개발자 FGRibreau
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/FGRibreau/chrome-freeze-tab-title
도움말 페이지 URL https://github.com/FGRibreau/chrome-freeze-tab-title/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freeze tab Title and Favicon",
    "version": "1.0.0",
    "description": "Freeze tab Title and Favicon",
    "icons": {
        "128": "logo_128px.png"
    },
    "author": "Francois-Guillaume Ribreau",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}