Page Editor
Make any website editable and prank your friends!
O que é Page Editor?
Page Editor é uma extensão do Chrome desenvolvida por adapp.mail, e sua principal característica é "Make any website editable and prank your friends!".
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
Make any website editable and prank your friends! How to use 1. Click the pencil icon at the right top corner of your browser! 2. You will see edit button and done button 3. Click edit button 4. Click anywhere you want to edit and type something! 5. When you're satisfied with your edit, click done button!
Informações Básicas da Extensão
Nome | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
URL Oficial | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
Descrição | Make any website editable and prank your friends! |
Tamanho do Arquivo | 12.5 KB |
Contagem de Instalações | 863 |
Versão Atual | 1.0.3 |
Última Atualização | 2019-11-11 |
Data de Publicação | 2019-11-11 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | adapp.mail |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.3", "short_name": "PageEditor", "description": "Make any website editable and prank your friends!", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |