Lock Title

Lock tab title with a given text

Lock Title란 무엇입니까?

Lock Title은(는) Ken에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lock tab title with a given text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lock Title 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

확장 프로그램 기본 정보

이름 Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
공식 URL https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
설명 Lock tab title with a given text
파일 크기 30.45 KB
설치 횟수 166
현재 버전 1.0.0
최근 업데이트 2015-12-31
출시 날짜 2015-12-31
평점 3.60/5 총 5 개의 평점
개발자 Ken
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Title",
    "version": "1.0.0",
    "description": "Lock tab title with a given text",
    "icons": {
        "128": "folder_green_locked.png"
    },
    "author": "Ken Kawamoto",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}