Tab Renamer
Customize the title of your chrome tabs
什么是Tab Renamer?
Tab Renamer是由Mujtaba Al-Tameemi开发的Chrome扩展程序,该扩展的主要功能是“Customize the title of your chrome tabs”。
扩展截图
下载Tab Renamer扩展crx文件
下载Tab Renamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you want to customize the title of your tabs, this extension is for you. There are 3 ways to use it: 1. Click on the extension's icon in the top right corner of your browser. 2. Use the shortcut "control/command + B". 3. Type "RN" in chrome's address bar and press tab.
扩展基本信息
名称 | Tab Renamer |
ID | npdnpkaiegjmocaekcdffkilfmfpedih |
官方URL | https://chromewebstore.google.com/detail/tab-renamer/npdnpkaiegjmocaekcdffkilfmfpedih |
简介 | Customize the title of your chrome tabs |
文件大小 | 13.15 KB |
安装次数 | 217 |
当前版本 | 1.0.2 |
更新时间 | 2016-12-24 |
上架时间 | 2016-12-23 |
评分 | 2.89/5 共9次评分 |
开发者 | Mujtaba Al-Tameemi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Renamer", "short_name": "Tab Renamer", "author": "Mujtaba Al-Tameemi", "description": "Customize the title of your chrome tabs", "version": "1.0.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "omnibox": { "keyword": "rn" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } }, "browser_action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |