Chrome Tab Renamer
Chrome Tab Renamer allows you to update the name of tabs in your browser.
Vad är Chrome Tab Renamer?
Chrome Tab Renamer är en Chrome-tillägg utvecklad av wcchristian, och dess huvudfunktion är "Chrome Tab Renamer allows you to update the name of tabs in your browser.".
Tilläggsskärmbilder
Ladda ner Chrome Tab Renamer-förlängningens CRX-fil
Ladda ner Chrome Tab Renamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If you have ever lost track of multiple tabs of the same site, this extension can help! * Persists tabs even if you navigate to a different page if you wish. * Remove renames and go back to the original tab title. * Options page allows you to view renamed tabs and clear them.
Grundläggande Information om Tillägg
Namn | Chrome Tab Renamer |
ID | jbjkejjogkedpjendhaccnccmeiafied |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-tab-renamer/jbjkejjogkedpjendhaccnccmeiafied |
Beskrivning | Chrome Tab Renamer allows you to update the name of tabs in your browser. |
Filstorlek | 15.17 KB |
Antal Installationer | 1,624 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-11-17 |
Publiceringsdatum | 2018-11-11 |
Betyg | 3.00/5 Totalt 10 Betyg |
Utvecklare | wcchristian |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Tab Renamer", "version": "1.3", "description": "Chrome Tab Renamer allows you to update the name of tabs in your browser.", "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ ".\/background\/background.js" ], "persistent": false }, "omnibox": { "keyword": "r" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Shift+Ctrl+E", "mac": "Shift+Command+E" } } }, "browser_action": { "default_popup": ".\/popup\/popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "content_scripts": [ { "matches": [ " |