settrade.com button

Open your favourite webboard settrade.com in one click!

ما هو settrade.com button؟

settrade.com button هو إضافة Chrome تم تطويرها بواسطة Peter Anderson، والميزة الرئيسية لها هي "Open your favourite webboard settrade.com in one click!".

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

screenshot

تحميل ملف CRX للإضافة settrade.com button

قم بتنزيل ملفات الامتداد settrade.com button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم settrade.com button settrade.com button
ID dolofgcmocimimodojlhpjepeoiaonnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/settradecom-button/dolofgcmocimimodojlhpjepeoiaonnf
الوصف Open your favourite webboard settrade.com in one click!
حجم الملف 24.77 KB
عدد التثبيتات 221
النسخة الحالية 2
آخر تحديث 2014-06-20
تاريخ النشر 2014-06-20
تقييم 3.83/5 مجموع تقييمات 6
المطور Peter Anderson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "name": "settrade.com button",
    "description": "Open your favourite webboard settrade.com in one click!",
    "browser_action": {
        "default_title": "Open settrade.com in one click!",
        "default_icon": "img\/48.png"
    },
    "homepage_url": "http:\/\/settrade.com",
    "short_name": "settrade.com",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "chrome\/config.js",
            "js\/app.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/document\/all.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/document\/bitofcode.js"
            ],
            "matches": [
                "*:\/\/*.bitofcode.net\/*"
            ]
        }
    ],
    "version": "2",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}