Tab ReTitle
Change tab titles easily!
O que é Tab ReTitle?
Tab ReTitle é uma extensão do Chrome desenvolvida por layzuki, e sua principal característica é "Change tab titles easily!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab ReTitle
Baixe arquivos de extensão Tab ReTitle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Simply click on the icon to rename the tab title. Features: + Persistent throughout multiple sessions + Titles saved across devices (under the same account) + Domain-level titles + Option to set a temporary title + Option to lock the title to a tab + Keyboard shortcut with ALT+ SHIFT + X + Context menu option + Local file pages can have titles too + Use saved bookmarks' titles + Prefix the original titles (Using $0 inserts the old title) Beta features: (Might not work perfectly) + Regex capture & replacements + Regex URL matching and captures
Informações Básicas da Extensão
Nome | Tab ReTitle |
ID | hilgambgdpjgljhjdaccadahckpdiapo |
URL Oficial | https://chromewebstore.google.com/detail/tab-retitle/hilgambgdpjgljhjdaccadahckpdiapo |
Descrição | Change tab titles easily! |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 5,962 |
Versão Atual | 1.5.2 |
Última Atualização | 2020-08-27 |
Data de Publicação | 2018-11-19 |
Classificação | 4.62/5 Total de 45 Avaliações |
Desenvolvedor | layzuki |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/Lazyuki/ReTitle/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab ReTitle", "short_name": "ReTitle", "description": "Change tab titles easily!", "version": "1.5.2", "author": "Lazyuki", "homepage_url": "https:\/\/github.com\/Lazyuki\/ReTitle", "browser_action": { "default_icon": ".\/images\/icon256.png", "default_popup": "popup.html" }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "64": ".\/images\/icon64.png", "128": ".\/images\/icon128.png", "256": ".\/images\/icon256.png" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+X", "mac": "Alt+Shift+X", "linux": "Alt+Shift+X" }, "description": "Set new title" } }, "permissions": [ "activeTab", "tabs", "storage", " |