Lock Title
Lock tab title with a given text
Co to jest Lock Title?
Lock Title to rozszerzenie Chrome opracowane przez Ken, a jego główną funkcją jest „Lock tab title with a given text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lock Title
Pobierz pliki rozszerzeń Lock Title w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Lock Title |
ID | cjkldkjflehlglaenengohmjddgfhlec |
Oficjalny URL | https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec |
Opis | Lock tab title with a given text |
Rozmiar pliku | 30.45 KB |
Liczba instalacji | 166 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-12-31 |
Data Publikacji | 2015-12-31 |
Ocena | 3.60/5 Łącznie 5 Oceny |
Deweloper | Ken |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |