Edit Webpage
Edit any webpage and make websites editable
Was ist Edit Webpage?
Edit Webpage ist eine Chrome-Erweiterung, die von centpage.com entwickelt wurde, und ihr Hauptmerkmal ist "Edit any webpage and make websites editable".
Erweiterungsscreenshots
Edit Webpage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Edit Webpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
Offizielle URL | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Beschreibung | Edit any webpage and make websites editable |
Dateigröße | 12.55 KB |
Installationsanzahl | 4,799 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-10-03 |
Veröffentlichungsdatum | 2019-10-03 |
Bewertung | 4.20/5 Insgesamt 10 Bewertungen |
Entwickler | centpage.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ritwick.com |
URL der Datenschutzrichtlinien-Seite | http://centpage.com/privacy-policy.php |
Unterstützte Sprachen | 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 } |