Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Что такое Page Text Editor?

Page Text Editor - это расширение Chrome, разработанное Brandon Fowler, и его основная функция - "An editor to edit any webpage inline and live. Reload page to remove changes.".

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

screenshot

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

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

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

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

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

Название Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
Официальный URL https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
Описание An editor to edit any webpage inline and live. Reload page to remove changes.
Размер файла 6.19 KB
Количество установок 1,347
Текущая Версия 2.0.0
Последнее Обновление 2023-01-03
Дата публикации 2019-06-16
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Brandon Fowler
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}