Swappable

A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'

ما هو Swappable؟

Swappable هو إضافة Chrome تم تطويرها بواسطة jmoore315، والميزة الرئيسية لها هي "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".

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

screenshot

تحميل ملف CRX للإضافة Swappable

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

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

                        Swappable allows you to create multiple bookmark bars and switch between them with a click of a button. 

If you've ever wanted separate bookmark bars for 'Work' and 'Leisure', different family members, or simply to better organize your bookmarks, Swappable is the tool for you!                    

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

الاسم Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
عنوان URL الرسمي https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke
الوصف A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
حجم الملف 16.63 KB
عدد التثبيتات 176
النسخة الحالية 1.0
آخر تحديث 2015-03-08
تاريخ النشر 2015-03-08
تقييم 3.43/5 مجموع تقييمات 7
المطور jmoore315
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swappable",
    "version": "1.0",
    "description": "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'",
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "swappable.js"
        ]
    },
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}