Tab Renamer
Take control of your tabs
Was ist Tab Renamer?
Tab Renamer ist eine Chrome-Erweiterung, die von Elon Z entwickelt wurde, und ihr Hauptmerkmal ist "Take control of your tabs".
Erweiterungsscreenshots
Tab Renamer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Renamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a fork version of Tab Modifier with more features/bugfix.
1. [New Feature] Support unique rules by url,
2. [New Feature] Disable a rule temporarily,
3. [New Feature] Allow to hide right-click menu item.
4. [Bug Fix] Selector grammar not working when element is lazy-loaded. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpijejpdbpeaakidlcopnbjohbfimnod |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-renamer/kpijejpdbpeaakidlcopnbjohbfimnod |
| Beschreibung | Take control of your tabs |
| Dateigröße | 98.48 KB |
| Installationsanzahl | 238 |
| Aktuelle Version | 0.23.0 |
| Letztes Update | 2021-02-28 |
| Veröffentlichungsdatum | 2021-02-27 |
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Elon Z |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/imageslr/chrome-tab-modifier |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Renamer",
"version": "0.23.0",
"description": "Take control of your tabs",
"homepage_url": "https:\/\/github.com\/imageslr\/chrome-tab-modifier",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"browser_action": {
"default_icon": "img\/icon_48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
"options_page": "html\/options.html",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |