Feature Flags
Chrome Extension to manage Feature Flags in supported web apps
O que é Feature Flags?
Feature Flags é uma extensão do Chrome desenvolvida por Balwant Singh, e sua principal característica é "Chrome Extension to manage Feature Flags in supported web apps".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Feature Flags
Baixe arquivos de extensão Feature Flags 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 Extension to manage Feature Flags in supported web apps. Implement you apps with feature flags and toggle features based on your needs.
Informações Básicas da Extensão
Nome | Feature Flags |
ID | hmflgmhoghcbmckbbgahfmklegllkggn |
URL Oficial | https://chromewebstore.google.com/detail/feature-flags/hmflgmhoghcbmckbbgahfmklegllkggn |
Descrição | Chrome Extension to manage Feature Flags in supported web apps |
Tamanho do Arquivo | 13.68 KB |
Contagem de Instalações | 161 |
Versão Atual | 1.1 |
Última Atualização | 2020-09-30 |
Data de Publicação | 2020-08-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Balwant Singh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/phenixcoder/feature-flags-chrome-plugin |
URL da Página de Ajuda | https://github.com/phenixcoder/feature-flags-chrome-plugin/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feature Flags", "version": "1.1", "description": "Chrome Extension to manage Feature Flags in supported web apps", "permissions": [ "tabs", "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |