Page Editor
Make any website editable and prank your friends!
Cos'è Page Editor?
Page Editor è un'estensione di Chrome sviluppata da adapp.mail, e la sua funzione principale è "Make any website editable and prank your friends!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Editor
Scarica i file di estensione Page Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
URL Ufficiale | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
Descrizione | Make any website editable and prank your friends! |
Dimensione del File | 12.5 KB |
Conteggio Installazioni | 863 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2019-11-11 |
Data di Pubblicazione | 2019-11-11 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | adapp.mail |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |