Tab Name Changer
You can choose the name of this tab!
Qu'est-ce que Tab Name Changer ?
Tab Name Changer est une extension Chrome développée par ryan lee, et sa fonction principale est "You can choose the name of this tab!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Name Changer
Téléchargez les fichiers d'extension Tab Name Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When clicking this extension, you can change the name of your current tab!
Informations de Base sur l'Extension
Nom | Tab Name Changer |
ID | eofldjecdkcjhnccphadkomkiebjfdkl |
URL Officiel | https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl |
Description | You can choose the name of this tab! |
Taille du Fichier | 3.83 KB |
Nombre d'Installations | 591 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-07-21 |
Date de Publication | 2019-07-21 |
Évaluation | 4.00/5 Total 9 Évaluations |
Développeur | ryan lee |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ryazlee/tab_name_changer |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Name Changer", "description": "You can choose the name of this tab!", "version": "0.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Change the name of this tab", "default_icon": "icon.png" }, "manifest_version": 2 } |