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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}