Lock Title
Lock tab title with a given text
Qu'est-ce que Lock Title ?
Lock Title est une extension Chrome développée par Ken, et sa fonction principale est "Lock tab title with a given text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lock Title
Téléchargez les fichiers d'extension Lock Title 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
Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page. You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names. code available here https://github.com/imsut/locktitle
Informations de Base sur l'Extension
Nom | Lock Title |
ID | cjkldkjflehlglaenengohmjddgfhlec |
URL Officiel | https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec |
Description | Lock tab title with a given text |
Taille du Fichier | 30.45 KB |
Nombre d'Installations | 166 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-12-31 |
Date de Publication | 2015-12-31 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | Ken |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lock Title", "version": "1.0.0", "description": "Lock tab title with a given text", "icons": { "128": "folder_green_locked.png" }, "author": "Ken Kawamoto", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "commands": [] } |