Lock Title
Lock tab title with a given text
Lock Titleとは何ですか?
Lock TitleはKenによって開発されたChromeの拡張機能で、その主な機能は「Lock tab title with a given text」です。
拡張機能のスクリーンショット
Lock Title拡張機能のCRXファイルをダウンロード
Lock Title拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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": [] } |