Lock Title
Lock tab title with a given text
Was ist Lock Title?
Lock Title ist eine Chrome-Erweiterung, die von Ken entwickelt wurde, und ihr Hauptmerkmal ist "Lock tab title with a given text".
Erweiterungsscreenshots
Lock Title-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lock Title-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
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
Grundlegende Informationen zur Erweiterung
Name | Lock Title |
ID | cjkldkjflehlglaenengohmjddgfhlec |
Offizielle URL | https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec |
Beschreibung | Lock tab title with a given text |
Dateigröße | 30.45 KB |
Installationsanzahl | 166 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-12-31 |
Veröffentlichungsdatum | 2015-12-31 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | Ken |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |