Page Editor

Make any website editable and prank your friends!

Что такое Page Editor?

Page Editor - это расширение Chrome, разработанное adapp.mail, и его основная функция - "Make any website editable and prank your friends!".

Снимки экрана расширения

Скачать файл CRX расширения Page Editor

Скачайте файлы расширений Page Editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Официальный URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Описание Make any website editable and prank your friends!
Размер файла 12.5 KB
Количество установок 863
Текущая Версия 1.0.3
Последнее Обновление 2019-11-11
Дата публикации 2019-11-11
Рейтинг 3.33/5 Всего 3 оценок
Разработчик adapp.mail
Тип оплаты free
Поддерживаемые языки 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
}