ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
O que é ChontentEditable?
ChontentEditable é uma extensão do Chrome desenvolvida por shoito, e sua principal característica é "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChontentEditable
Baixe arquivos de extensão ChontentEditable 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
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. Please push a button and change contents in a page freely. Have fun!
Informações Básicas da Extensão
Nome | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
URL Oficial | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
Descrição | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
Tamanho do Arquivo | 58.71 KB |
Contagem de Instalações | 96 |
Versão Atual | 0.1.2 |
Última Atualização | 2014-11-18 |
Data de Publicação | 2014-11-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | shoito |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__" }, "background": { "scripts": [ "background.js" ] }, "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "__MSG_extDescription__", "name": "__MSG_extName__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "ja", "version": "0.1.2", "manifest_version": 2 } |