External comments for web sites

Extension for external comments on websites for unregistered users.

ما هو External comments for web sites؟

External comments for web sites هو إضافة Chrome تم تطويرها بواسطة http://context2.com، والميزة الرئيسية لها هي "Extension for external comments on websites for unregistered users.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة External comments for web sites

قم بتنزيل ملفات الامتداد External comments for web sites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension gives ability to leave comments on web-sites that don't suppot this. For example unregistered users can't leave comments on sites such as HabraHabr, GeekTimes. Also there are situations when some articles have duplicates on different sites like above this extension will show one single disscusion for all of duplicates that it sees for example LiveJournal sometimes have duplicates from HabraHabr.                    

معلومات أساسية عن التمديد

الاسم External comments for web sites External comments for web sites
ID ngplihjnnmnmhalcelmeojjedmmbhpan
عنوان URL الرسمي https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan
الوصف Extension for external comments on websites for unregistered users.
حجم الملف 94.73 KB
عدد التثبيتات 32
النسخة الحالية 1.0.3
آخر تحديث 2016-08-14
تاريخ النشر 2016-08-14
تقييم 5.00/5 مجموع تقييمات 8
المطور http://context2.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://context2.com/en/Account/PrivacyPolicy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.3",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/context2.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Open context comment"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png"
    }
}