EasyBlogCommenting

Automatically fills comment form entries.

Что такое EasyBlogCommenting?

EasyBlogCommenting - это расширение Chrome, разработанное https://www.shoutmeloud.com, и его основная функция - "Automatically fills comment form entries.".

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

screenshot
screenshot

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

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

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

                        Easy Blog commenting is a productivity & time-saving chrome add-on for bloggers & users who love commenting on blogs.

Easy blog commenting add-on will automatically fill name, email & URL field in the WordPress blog comment field, thus saving a lot of time & improve your productivity.                    

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

Название EasyBlogCommenting EasyBlogCommenting
ID dmfabgipdbmkdcijifjdegkilbckjcdn
Официальный URL https://chromewebstore.google.com/detail/easyblogcommenting/dmfabgipdbmkdcijifjdegkilbckjcdn
Описание Automatically fills comment form entries.
Размер файла 50.27 KB
Количество установок 941
Текущая Версия 1.0
Последнее Обновление 2016-06-15
Дата публикации 2016-06-15
Рейтинг 4.44/5 Всего 16 оценок
Разработчик https://www.shoutmeloud.com
Тип оплаты free
Официальный сайт расширения http://www.shoutmeloud.com
URL страницы помощи http://ask.shoutmeloud.com
Поддерживаемые языки en-US
manifest.json
{
    "name": "EasyBlogCommenting",
    "description": "Automatically fills comment form entries.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "EasyBlogCommenting",
        "default_popup": "option.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "ebc-worker.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.0"
}