Edit Webpage
Edit any webpage and make websites editable
Что такое Edit Webpage?
Edit Webpage - это расширение Chrome, разработанное centpage.com, и его основная функция - "Edit any webpage and make websites editable".
Снимки экрана расширения
Скачать файл CRX расширения Edit Webpage
Скачайте файлы расширений Edit Webpage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
Официальный URL | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Описание | Edit any webpage and make websites editable |
Размер файла | 12.55 KB |
Количество установок | 4,799 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-10-03 |
Дата публикации | 2019-10-03 |
Рейтинг | 4.20/5 Всего 10 оценок |
Разработчик | centpage.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ritwick.com |
URL страницы политики конфиденциальности | http://centpage.com/privacy-policy.php |
Поддерживаемые языки | 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 } |