Rename Tab
Rename any tab!
What is Rename Tab?
Rename Tab is a Chrome extension developed by cplushacker, and its main feature is "Rename any tab!".
Extension Screenshots
Download Rename Tab Extension CRX File
Download Rename Tab 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
Simply click the extension to rename your current tab!
Extension Basic Information
Name | Rename Tab |
ID | fdngcgnmmiiolgcdcnmafbfoplhcjcel |
Official URL | https://chromewebstore.google.com/detail/rename-tab/fdngcgnmmiiolgcdcnmafbfoplhcjcel |
Description | Rename any tab! |
File Size | 11.1 KB |
Installation Count | 716 |
Current Version | 1.0.0 |
Last Updated | 2021-06-28 |
Publish Date | 2021-06-28 |
Rating | 3.00/5 Total 9 Ratings |
Developer | cplushacker |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Tab", "version": "1.0.0", "description": "Rename any tab!", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Rename Tab" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |