new taBoo

Show your favourite bookmarked sites when you open a new tab.

ما هو new taBoo؟

new taBoo هو إضافة Chrome تم تطويرها بواسطة venomDev، والميزة الرئيسية لها هي "Show your favourite bookmarked sites when you open a new tab.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة new taBoo

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

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

                        new taBoo opens your favorite bookmarked sites whenever you open a new tab. You can save sites to different categories for easier sorting.

new taBoo can be handy for saving pages to read later and having them appear ready to read later. You can use it to jump to an interesting site when you have a few minutes to spare between meetings, avoiding chores or while hiding from the kids.

To add a site simply click on the new taBoo icon and select the category to save it in. You also remove sites by clicking on the new taBoo icon or through the Bookmark Manager.

Permissions are required for the current open tab, storage for categories and bookmarks for getting the random site.

** This is an early release to get feedback for bugs and any feature requests.

To be added:

 * Category random buttons - Select only sites within a category.                    

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

الاسم new taBoo new taBoo
ID fdndbkojjjepcijbbhadnbdmbjjdojah
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-taboo/fdndbkojjjepcijbbhadnbdmbjjdojah
الوصف Show your favourite bookmarked sites when you open a new tab.
حجم الملف 162 KB
عدد التثبيتات 16
النسخة الحالية 0.1.1
آخر تحديث 2015-01-06
تاريخ النشر 2015-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور venomDev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "new taBoo",
    "description": "Show your favourite bookmarked sites when you open a new tab.",
    "version": "0.1.1",
    "author": "venomDev",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/setup.js",
            "js\/taboo.js",
            "js\/bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "media\/icons\/bookmark-add-38.png",
        "default_popup": "savebm.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "webNavigation"
    ]
}