Edit Webpage
Edit any webpage and make websites editable
¿Qué es Edit Webpage?
Edit Webpage es una extensión de Chrome desarrollada por centpage.com, y su función principal es "Edit any webpage and make websites editable".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Edit Webpage
Descarga archivos de extensión Edit Webpage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
URL Oficial | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Descripción | Edit any webpage and make websites editable |
Tamaño del Archivo | 12.55 KB |
Cantidad de Instalaciones | 4,799 |
Versión Actual | 1.1 |
Última Actualización | 2019-10-03 |
Fecha de Publicación | 2019-10-03 |
Calificación | 4.20/5 Total de 10 Calificaciones |
Desarrollador | centpage.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ritwick.com |
URL de la Página de Política de Privacidad | http://centpage.com/privacy-policy.php |
Idiomas Soportados | 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 } |