Tab Renamer
Take control of your tabs
Apa itu Tab Renamer?
Tab Renamer adalah ekstensi Chrome yang dikembangkan oleh Elon Z, dan fitur utamanya adalah "Take control of your tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Renamer
Unduh file ekstensi Tab Renamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tab Renamer |
ID | kpijejpdbpeaakidlcopnbjohbfimnod |
URL Resmi | https://chromewebstore.google.com/detail/tab-renamer/kpijejpdbpeaakidlcopnbjohbfimnod |
Deskripsi | Take control of your tabs |
Ukuran File | 98.48 KB |
Jumlah Instalasi | 238 |
Versi Saat Ini | 0.23.0 |
Terakhir Diperbarui | 2021-02-28 |
Tanggal Publikasi | 2021-02-27 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | Elon Z |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/imageslr/chrome-tab-modifier |
Bahasa yang Didukung | 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": [ " |