Tab Renamer for GmailTM
This extension re-names gmail tabs.
Τι είναι το Tab Renamer for GmailTM;
Το Tab Renamer for GmailTM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ks111777, και η κύρια λειτουργία του είναι "This extension re-names gmail tabs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Renamer for GmailTM
Λήψη αρχείων επέκτασης 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" ] } |