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
官方網址 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"
}