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 |
电子邮箱 | [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 } |