Edit Webpage
Edit any webpage and make websites editable
O que é Edit Webpage?
Edit Webpage é uma extensão do Chrome desenvolvida por centpage.com, e sua principal característica é "Edit any webpage and make websites editable".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Edit Webpage
Baixe arquivos de extensão Edit Webpage 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
Edit any webpage with this one-click extension. Just click the icon on any website to start editing the contents on the website. Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.
Informações Básicas da Extensão
Nome | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
URL Oficial | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Descrição | Edit any webpage and make websites editable |
Tamanho do Arquivo | 12.55 KB |
Contagem de Instalações | 4,799 |
Versão Atual | 1.1 |
Última Atualização | 2019-10-03 |
Data de Publicação | 2019-10-03 |
Classificação | 4.20/5 Total de 10 Avaliações |
Desenvolvedor | centpage.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ritwick.com |
URL da Página de Política de Privacidade | http://centpage.com/privacy-policy.php |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Edit Webpage" }, "name": "Edit Webpage", "description": "Edit any webpage and make websites editable", "homepage_url": "https:\/\/ritwick.com\/#\/tools", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "version": "1.1", "manifest_version": 2 } |