Developer Flags for Google Chrome™
A quick-access button to the developer flags for Google Chrome™.
O que é Developer Flags for Google Chrome™?
Developer Flags for Google Chrome™ é uma extensão do Chrome desenvolvida por Jesse W. [w5748], e sua principal característica é "A quick-access button to the developer flags for Google Chrome™.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Developer Flags for Google Chrome™
Baixe arquivos de extensão Developer Flags for Google Chrome™ 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
Name: Developer Flags for Google Chrome™ Description: A button to provide quick-access to the developer flags for Google Chrome™, reached by directing the browser to 'chrome://flags'. With that in mind, users should be cautious when changing these settings. An official warning, published by Google™ on the flags page, has been reproduced below. **WARNING** These experimental features may change, break, or disappear at any time. We make absolutely no guarantees about what may happen if you turn one of these experiments on, and your browser may even spontaneously combust. Jokes aside, your browser may delete all your data, or your security and privacy could be compromised in unexpected ways. Any experiments you enable will be enabled for all users of this browser. Please proceed with caution. Interested in cool new Chrome features? Try our beta channel at chrome.com/beta.
Informações Básicas da Extensão
Nome | Developer Flags for Google Chrome™ |
ID | fojocjhjjckpokddghpfadcgeldkfafn |
URL Oficial | https://chromewebstore.google.com/detail/developer-flags-for-googl/fojocjhjjckpokddghpfadcgeldkfafn |
Descrição | A quick-access button to the developer flags for Google Chrome™. |
Tamanho do Arquivo | 51.19 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 0.2 |
Última Atualização | 2014-05-27 |
Data de Publicação | 2014-05-27 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Jesse W. [w5748] |
Tipo de Pagamento | free |
Site da Extensão | http://w5748.net/chrome-flags/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "A quick-access button to the developer flags for Google Chrome\u2122.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "manifest_version": 2, "name": "Developer Flags for Google Chrome\u2122", "author": "@w5748", "permissions": [ "tabs" ], "version": "0.2" } |