Rename Tab Title
Renames the Tab Title
Что такое Rename Tab Title?
Rename Tab Title - это расширение Chrome, разработанное Anush Veeranala, и его основная функция - "Renames the Tab Title".
Снимки экрана расширения
Скачать файл CRX расширения Rename Tab Title
Скачайте файлы расширений Rename Tab Title в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Renames the Tab Title (Firefox 52+) Click the icon on the ToolBar (or) use the shortcut Cmd/Ctrl + Shift+ E (can be customized from chrome://extensions/shortcuts) You'll get a popup, enter the new title a)Click on Save (or) Press Enter to Save or Esc to close the popup without saving title (closing the Popup without saving makes the title non persistent) --- b) Click on "Edit All" in the popup to manage saved titles or use regex feature In Urls section, select the URL from dropdown located at the bottom of the page Edit the Title in textbox Click on save (or) Press Enter to save the title. Click on delete to delete the title. In Regex section, add/update regex and the corresponding title and press "Save" eg: /.*google.*/ matches all the websites which has the term google in the url, /*/ matches all websites *some websites keeps updating the title on some events (eg: gmail.com updates title whenever hangouts gets initialized and whenever someone pings) this addon doesn't work in such cases as i didn't add the polling. If have any workaround for this please do mention in the comments.. thanks If you have any suggestion for shortcut. Please mention it in the comments and the reason why it is better. For Firefox : https://addons.mozilla.org/en-Us/firefox/addon/rename-tab-title/
Основная информация о расширении
Название | Rename Tab Title |
ID | kppndhfiaenbiioipolacicknfmdcdep |
Официальный URL | https://chromewebstore.google.com/detail/rename-tab-title/kppndhfiaenbiioipolacicknfmdcdep |
Описание | Renames the Tab Title |
Размер файла | 88.48 KB |
Количество установок | 20,000 |
Текущая Версия | 1.2 |
Последнее Обновление | 2020-02-12 |
Дата публикации | 2020-02-12 |
Рейтинг | 3.86/5 Всего 43 оценок |
Разработчик | Anush Veeranala |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Tab Title", "short_name": "RTT", "manifest_version": 2, "version": "1.2", "description": "Renames the Tab Title", "author": "Anush Veeranala", "homepage_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/rename-tab-title\/", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } }, "developer": { "name": "Anush Veeranala", "url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/user\/junnu8\/" }, "icons": { "48": "icon.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ " |