EasyBlogCommenting

Automatically fills comment form entries.

什么是EasyBlogCommenting?

EasyBlogCommenting是由https://www.shoutmeloud.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically fills comment form entries.”。

扩展截图

screenshot
screenshot

下载EasyBlogCommenting扩展crx文件

下载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"
}