Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

Что такое Edit Anything?

Edit Anything - это расширение Chrome, разработанное Forrest Almasi, и его основная функция - "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…".

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

screenshot
screenshot
screenshot

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

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

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

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

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

Название Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
Официальный URL https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Описание Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
Размер файла 6.17 KB
Количество установок 54,658
Текущая Версия 0.2
Последнее Обновление 2016-10-03
Дата публикации 2016-10-03
Рейтинг 4.37/5 Всего 49 оценок
Разработчик Forrest Almasi
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}