Tab Renamer
Take control of your tabs
什么是Tab Renamer?
Tab Renamer是由Elon Z开发的Chrome扩展程序,该扩展的主要功能是“Take control of your tabs”。
扩展截图
下载Tab Renamer扩展crx文件
下载Tab Renamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a fork version of Tab Modifier with more features/bugfix.
1. [New Feature] Support unique rules by url,
2. [New Feature] Disable a rule temporarily,
3. [New Feature] Allow to hide right-click menu item.
4. [Bug Fix] Selector grammar not working when element is lazy-loaded. 扩展基本信息
| 名称 | |
| ID | kpijejpdbpeaakidlcopnbjohbfimnod |
| 官方URL | https://chromewebstore.google.com/detail/tab-renamer/kpijejpdbpeaakidlcopnbjohbfimnod |
| 简介 | Take control of your tabs |
| 文件大小 | 98.48 KB |
| 安装次数 | 238 |
| 当前版本 | 0.23.0 |
| 更新时间 | 2021-02-28 |
| 上架时间 | 2021-02-27 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Elon Z |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/imageslr/chrome-tab-modifier |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Renamer",
"version": "0.23.0",
"description": "Take control of your tabs",
"homepage_url": "https:\/\/github.com\/imageslr\/chrome-tab-modifier",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"browser_action": {
"default_icon": "img\/icon_48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
"options_page": "html\/options.html",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |