Edit Webpage
Edit any webpage and make websites editable
Wat is Edit Webpage?
Edit Webpage is een Chrome-extensie ontwikkeld door centpage.com, en de belangrijkste functie is "Edit any webpage and make websites editable".
Extensie Screenshots
Download het CRX-bestand van de extensie Edit Webpage
Download Edit Webpage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
Officiële URL | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Beschrijving | Edit any webpage and make websites editable |
Bestandsgrootte | 12.55 KB |
Aantal Installaties | 4,799 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-10-03 |
Publicatiedatum | 2019-10-03 |
Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
Ontwikkelaar | centpage.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ritwick.com |
URL van de Privacybeleid Pagina | http://centpage.com/privacy-policy.php |
Ondersteunde Talen | 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 } |