Page Editor

A plugin that allows you to edit any webpage like a word doc

Что такое Page Editor?

Page Editor - это расширение Chrome, разработанное Rohan Kapur, и его основная функция - "A plugin that allows you to edit any webpage like a word doc".

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

screenshot

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

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

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

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

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

Название Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
Официальный URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Описание A plugin that allows you to edit any webpage like a word doc
Размер файла 9.85 KB
Количество установок 39
Текущая Версия 1.0.0
Последнее Обновление 2020-11-17
Дата публикации 2020-11-16
Рейтинг 2.00/5 Всего 1 оценок
Разработчик Rohan Kapur
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}