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