Awesome Button Bar

Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!

ما هو Awesome Button Bar؟

Awesome Button Bar هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".

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

screenshot
screenshot
screenshot

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

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

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

                        Too many buttons cluttering up Chrome? This button contains eleven in one. 

Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. 

Recently added buttons are duplicate tab, second home, and refresh all tabs.

Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!                    

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

الاسم Awesome Button Bar Awesome Button Bar
ID bcmfandagknmpnambbppcpgclkccgigb
عنوان URL الرسمي https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb
الوصف Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
حجم الملف 45.48 KB
عدد التثبيتات 1,663
النسخة الحالية 1.2.0.0
آخر تحديث 2016-09-22
تاريخ النشر 2016-09-22
تقييم 4.00/5 مجموع تقييمات 20
المطور 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 Button Bar",
    "version": "1.2.0.0",
    "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!",
    "icons": {
        "16": "barButton_16.png",
        "48": "barButton_48.png",
        "128": "barButton_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "barButton_19.png",
        "default_title": "Awesome Button Bar",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}