Tab ReTitle
Change tab titles easily!
什么是Tab ReTitle?
Tab ReTitle是由layzuki开发的Chrome扩展程序,该扩展的主要功能是“Change tab titles easily!”。
扩展截图
下载Tab ReTitle扩展crx文件
下载Tab ReTitle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply click on the icon to rename the tab title. Features: + Persistent throughout multiple sessions + Titles saved across devices (under the same account) + Domain-level titles + Option to set a temporary title + Option to lock the title to a tab + Keyboard shortcut with ALT+ SHIFT + X + Context menu option + Local file pages can have titles too + Use saved bookmarks' titles + Prefix the original titles (Using $0 inserts the old title) Beta features: (Might not work perfectly) + Regex capture & replacements + Regex URL matching and captures
扩展基本信息
名称 | Tab ReTitle |
ID | hilgambgdpjgljhjdaccadahckpdiapo |
官方URL | https://chromewebstore.google.com/detail/tab-retitle/hilgambgdpjgljhjdaccadahckpdiapo |
简介 | Change tab titles easily! |
文件大小 | 172 KB |
安装次数 | 5,962 |
当前版本 | 1.5.2 |
更新时间 | 2020-08-27 |
上架时间 | 2018-11-19 |
评分 | 4.62/5 共45次评分 |
开发者 | layzuki |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/Lazyuki/ReTitle/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab ReTitle", "short_name": "ReTitle", "description": "Change tab titles easily!", "version": "1.5.2", "author": "Lazyuki", "homepage_url": "https:\/\/github.com\/Lazyuki\/ReTitle", "browser_action": { "default_icon": ".\/images\/icon256.png", "default_popup": "popup.html" }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "64": ".\/images\/icon64.png", "128": ".\/images\/icon128.png", "256": ".\/images\/icon256.png" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+X", "mac": "Alt+Shift+X", "linux": "Alt+Shift+X" }, "description": "Set new title" } }, "permissions": [ "activeTab", "tabs", "storage", " |