Zoom Per Tab
Zoom one tab without affecting other tabs of the same domain!
O que é Zoom Per Tab?
Zoom Per Tab é uma extensão do Chrome desenvolvida por kthxbye, e sua principal característica é "Zoom one tab without affecting other tabs of the same domain!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zoom Per Tab
Baixe arquivos de extensão Zoom Per Tab 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
Chrome doesn't let you adjust the zooming of different tabs under the same domain independently? Well you found the cure! I know there are a couple of similar extensions out there. At first, I wanted to just download one and save myself some time. I soon realized that existing extensions out there for this purpose are so bulky and complicated. Some of them even ask you to install a daemon process that's available on Windows only - this is real bad, and dangerous, but also real bad. This extension simply makes page zoom settings independent across tabs, regardless of whether they have the same origin. It's ultra-lightweight. It uses a built-in Chrome API, just a few lines of code, no configuration needed at all! You can unpack the extension to verify that it's not doing anything malicious. In fact I encourage everyone to read it because it's so simple. You could've written it yourself! A copy of the source code is at https://github.com/xinan/zoom-per-tab.
Informações Básicas da Extensão
Nome | Zoom Per Tab |
ID | mnoadkhbinhiblijcedoifbejfmmkdke |
URL Oficial | https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke |
Descrição | Zoom one tab without affecting other tabs of the same domain! |
Tamanho do Arquivo | 22.91 KB |
Contagem de Instalações | 5,606 |
Versão Atual | 1.02 |
Última Atualização | 2023-07-08 |
Data de Publicação | 2021-02-05 |
Classificação | 4.25/5 Total de 52 Avaliações |
Desenvolvedor | kthxbye |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/xinan/zoom-per-tab |
URL da Página de Ajuda | https://github.com/xinan/zoom-per-tab/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom Per Tab", "version": "1.02", "description": "Zoom one tab without affecting other tabs of the same domain!", "background": { "service_worker": "service_worker.js" }, "manifest_version": 3, "icons": { "128": "icon128.png" } } |