Edit Webpage
Edit any webpage and make websites editable
Co to jest Edit Webpage?
Edit Webpage to rozszerzenie Chrome opracowane przez centpage.com, a jego główną funkcją jest „Edit any webpage and make websites editable”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Edit Webpage
Pobierz pliki rozszerzeń Edit Webpage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
Oficjalny URL | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Opis | Edit any webpage and make websites editable |
Rozmiar pliku | 12.55 KB |
Liczba instalacji | 4,799 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-10-03 |
Data Publikacji | 2019-10-03 |
Ocena | 4.20/5 Łącznie 10 Oceny |
Deweloper | centpage.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ritwick.com |
Adres URL Strony Polityki Prywatności | http://centpage.com/privacy-policy.php |
Obsługiwane Języki | 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 } |