Tab Renamer for GmailTM
This extension re-names gmail tabs.
Tab Renamer for GmailTM là gì?
Tab Renamer for GmailTM là một tiện ích mở rộng Chrome được phát triển bởi ks111777, và tính năng chính của nó là "This extension re-names gmail tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Renamer for GmailTM
Tải xuống các tệp mở rộng Tab Renamer for GmailTM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pomanledljafeolobikkjkcccbddgjap |
URL Chính Thức | https://chrome.google.com/webstore/detail/pomanledljafeolobikkjkcccbddgjap |
Mô tả | This extension re-names gmail tabs. |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2013-08-30 |
Ngày Phát Hành | 2013-08-30 |
Đánh Giá | 2.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | ks111777 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |