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" ] } |