Awesome Options Button

Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.

ما هو Awesome Options Button؟

Awesome Options Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Awesome Options Button

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

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

                        It is a shortcut button to open the Chrome options page.                    

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

الاسم Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
عنوان URL الرسمي https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
الوصف Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
حجم الملف 33.66 KB
عدد التثبيتات 63
النسخة الحالية 1.2.0.0
آخر تحديث 2020-12-08
تاريخ النشر 2016-09-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://upway2late.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.upway2late.com/projects/buttons-project
عنوان صفحة المساعدة http://www.upway2late.com/projects/buttons-project
عنوان صفحة سياسة الخصوصية http://www.upway2late.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}