Link Controller
Control Whether Links Open in a New or Current Tab
O que é Link Controller?
Link Controller é uma extensão do Chrome desenvolvida por Daniel Herr, e sua principal característica é "Control Whether Links Open in a New or Current Tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Link Controller
Baixe arquivos de extensão Link Controller 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
The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.
Informações Básicas da Extensão
Nome | Link Controller |
ID | piphpieodkchnlmjjefbbniabeikafha |
URL Oficial | https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha |
Descrição | Control Whether Links Open in a New or Current Tab |
Tamanho do Arquivo | 10.26 KB |
Contagem de Instalações | 662 |
Versão Atual | 2.0.1 |
Última Atualização | 2016-01-29 |
Data de Publicação | 2016-01-29 |
Classificação | 4.43/5 Total de 14 Avaliações |
Desenvolvedor | Daniel Herr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://danielherr.github.io/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "D.png", "default_popup": "popup.html", "default_title": "Default" }, "description": "Control Whether Links Open in a New or Current Tab", "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/", "icons": { "128": "link.png" }, "manifest_version": 2, "name": "Link Controller", "offline_enabled": true, "optional_permissions": [ " |