Select filter
Filtering select items.
O que é Select filter?
Select filter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Filtering select items.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Select filter
Baixe arquivos de extensão Select filter 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
Add filter to all select boxes in page. You must input target URL list by regular expression in option page. ex) ^https?://127\.0\.0\.1/ => 127.0.0.1 with HTTP/HTTPS redmine => All URL of includes 'redmine' . => If you want enable to all URL, you must use almighty matcher, like '.', '.*' .
Informações Básicas da Extensão
Nome | Select filter |
ID | cfndbgamcjlfppbehioihlpinfcheinc |
URL Oficial | https://chromewebstore.google.com/detail/select-filter/cfndbgamcjlfppbehioihlpinfcheinc |
Descrição | Filtering select items. |
Tamanho do Arquivo | 38.8 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.0.3 |
Última Atualização | 2017-12-04 |
Data de Publicação | 2017-12-03 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kuwa72/chrome-extension-findname |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Select filter", "version": "0.0.3", "manifest_version": 2, "description": "Filtering select items.", "homepage_url": "https:\/\/github.com\/kuwa72\/chrome-extension-findname", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "browser_style": true } } |