Tab Renamer for GmailTM
This extension re-names gmail tabs.
Tab Renamer for GmailTM क्या है?
Tab Renamer for GmailTM ks111777 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension re-names gmail tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Renamer for GmailTM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |