Pagedit - Edit the text of a webpage
Extension that enable the edition of text on a webpage for content writers / developers.
¿Qué es Pagedit - Edit the text of a webpage?
Pagedit - Edit the text of a webpage es una extensión de Chrome desarrollada por http://julien.how, y su función principal es "Extension that enable the edition of text on a webpage for content writers / developers.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pagedit - Edit the text of a webpage
Descarga archivos de extensión Pagedit - Edit the text of a 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
Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.
Información Básica de la Extensión
Nombre | |
ID | acfidinelkdinofnlkbjibclamcpnecj |
URL Oficial | https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj |
Descripción | Extension that enable the edition of text on a webpage for content writers / developers. |
Tamaño del Archivo | 54.99 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 1.0.0 |
Última Actualización | 2019-10-06 |
Fecha de Publicación | 2019-10-05 |
Desarrollador | http://julien.how |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pagedit - Edit the text of a webpage", "version": "1.0.0", "manifest_version": 2, "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.", "homepage_url": "https:\/\/julien.how", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Start editing the page's text" }, "permissions": [ "activeTab", "debugger", "tabs" ], "content_scripts": [ { "matches": [ " |