Tab Name Changer
You can choose the name of this tab!
Tab Name Changerとは何ですか?
Tab Name Changerはryan leeによって開発されたChromeの拡張機能で、その主な機能は「You can choose the name of this tab!」です。
拡張機能のスクリーンショット
Tab Name Changer拡張機能のCRXファイルをダウンロード
Tab Name Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When clicking this extension, you can change the name of your current tab!
拡張機能の基本情報
名前 | Tab Name Changer |
ID | eofldjecdkcjhnccphadkomkiebjfdkl |
公式URL | https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl |
説明 | You can choose the name of this tab! |
ファイルサイズ | 3.83 KB |
インストール数 | 591 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-07-21 |
公開日 | 2019-07-21 |
評価 | 4.00/5 合計 9 レビュー |
開発者 | ryan lee |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ryazlee/tab_name_changer |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Name Changer", "description": "You can choose the name of this tab!", "version": "0.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Change the name of this tab", "default_icon": "icon.png" }, "manifest_version": 2 } |