Triggered
Always be triggered.
O que é Triggered?
Triggered é uma extensão do Chrome desenvolvida por Premysl Karbula, e sua principal característica é "Always be triggered.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Triggered
Baixe arquivos de extensão Triggered 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
Don't ever forget to be triggered when on the internets. Because let's be real here; who doesn't love to be TRIGGERED all the time? Ok, so what does it do: Highlights all words TRIGGERs detected on a page.
Informações Básicas da Extensão
Nome | Triggered |
ID | okmabpohjcjiapbmckdceognophlbhcp |
URL Oficial | https://chromewebstore.google.com/detail/triggered/okmabpohjcjiapbmckdceognophlbhcp |
Descrição | Always be triggered. |
Tamanho do Arquivo | 72.78 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.1 |
Última Atualização | 2017-01-10 |
Data de Publicação | 2017-01-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Premysl Karbula |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Triggered", "description": "Always be triggered.", "version": "0.1", "author": "Premysl Karbula", "homepage_url": "https:\/\/github.com\/smuuf", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "main.css" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_128.png", "128": "icon_512.png" } } |