Tab Titler 2.0
Tab Titler 2.0
What is Tab Titler 2.0?
Tab Titler 2.0 is a Chrome extension developed by Tim, and its main feature is "Tab Titler 2.0".
Extension Screenshots
Download Tab Titler 2.0 Extension CRX File
Download Tab Titler 2.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you change the title of a tab on the go and manage them over time. Press ALT + SHIFT + S to automatically begin renaming a tab. Renames will persist and last for as long as you want! View the options page to manage all your saved tab aliases. Browser to Browser Renaming - if you're logged into Chrome your saved names come with you! Its dead simple. No extra fluff and no unnecessary banter - it does the job and the way you want it done!
Extension Basic Information
Name | Tab Titler 2.0 |
ID | aolhnnheicpbohggibkibdmfdkmkaocc |
Official URL | https://chromewebstore.google.com/detail/tab-titler-20/aolhnnheicpbohggibkibdmfdkmkaocc |
Description | Tab Titler 2.0 |
File Size | 42.11 KB |
Installation Count | 234 |
Current Version | 1.0 |
Last Updated | 2019-02-02 |
Publish Date | 2019-01-29 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Tim |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Titler 2.0", "version": "1.0", "description": "Tab Titler 2.0", "icons": { "16": "tab16.png", "48": "tab48.png", "128": "tab128.png" }, "permissions": [ "tabs", "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.js" ] } ], "commands": { "rename_tab": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Save a Tab Name" } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |