Page Editor
A plugin that allows you to edit any webpage like a word doc
O que é Page Editor?
Page Editor é uma extensão do Chrome desenvolvida por Rohan Kapur, e sua principal característica é "A plugin that allows you to edit any webpage like a word doc".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page Editor
Baixe arquivos de extensão Page Editor 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
This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.
Informações Básicas da Extensão
Nome | Page Editor |
ID | mngnomcgkkfekkjddagbhgamjgpjamoe |
URL Oficial | https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe |
Descrição | A plugin that allows you to edit any webpage like a word doc |
Tamanho do Arquivo | 9.85 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-11-17 |
Data de Publicação | 2020-11-16 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | Rohan Kapur |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.0", "description": "A plugin that allows you to edit any webpage like a word doc", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "activeTab" ], "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |