Tab Renamer for GmailTM
This extension re-names gmail tabs.
什么是Tab Renamer for GmailTM?
Tab Renamer for GmailTM是由ks111777开发的Chrome扩展程序,该扩展的主要功能是“This extension re-names gmail tabs.”。
扩展截图
下载Tab Renamer for GmailTM扩展crx文件
下载Tab Renamer for GmailTM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to re-name the tabs in your Gmail inbox. As long as this extension is up and running in Chrome, your inputted tab names will be as well. To use Tab Renamer, follow these simple steps: 1. Load the extension into chrome, making sure its icon is visible at the top right 2. If already open, refresh Gmail. Otherwise, open Gmail in a tab. 3. With the Gmail tab open on your screen, click on the Tab Renamer icon at the top right of Chrome, and enter your input. 4. Click submit and you're done! Now as long as the Tab Renamer extension is active in Chrome, your chosen tabs will exist! (If you click on the popup and nothing appears, give it a few seconds and try clicking on it again)
扩展基本信息
名称 | |
ID | pomanledljafeolobikkjkcccbddgjap |
官方URL | https://chrome.google.com/webstore/detail/pomanledljafeolobikkjkcccbddgjap |
简介 | This extension re-names gmail tabs. |
文件大小 | 140 KB |
安装次数 | 58 |
当前版本 | 4.0 |
更新时间 | 2013-08-30 |
上架时间 | 2013-08-30 |
评分 | 2.38/5 共8次评分 |
开发者 | ks111777 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Renamer for GmailTM", "description": "This extension re-names gmail tabs.", "version": "4.0", "permissions": [ "https:\/\/mail.google.com\/mail\/u\/0\/#inbox", "pageCapture", "tabs", "activeTab", "storage", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon7.png", "default_popup": "popup.html" }, "icons": { "128": "icon7.png", "16": "icon7.png", "48": "icon7.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery-ui.min.js", "bootstrap.min.css", "bootstrap.min.js" ], "matches": [ "*:\/\/mail.google.com\/*" ] } ], "web_accessible_resources": [ "parser.js" ] } |