Waytab - your bookmarks/favs in a new tab

Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.

ما هو Waytab - your bookmarks/favs in a new tab؟

Waytab - your bookmarks/favs in a new tab هو إضافة Chrome تم تطويرها بواسطة Every Good، والميزة الرئيسية لها هي "Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Waytab - your bookmarks/favs in a new tab

قم بتنزيل ملفات الامتداد Waytab - your bookmarks/favs in a new tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Waytab shows you a random item you've liked or bookmarked every time you open a new tab. This could be tweets, Github repos, Pocket articles, Unsplash and Pinterest images or your browser bookmark.

## Changelog

0.4
- Sync bug fixes

0.3
- Refresh local data for new updates from connected services

0.2.4
- Delete bookmarks
- "View tweet" link (earlier, tweets can be viewed by clicking on the date)
- Optimised the random function                    

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

الاسم Waytab - your bookmarks/favs in a new tab Waytab - your bookmarks/favs in a new tab
ID cdimhhflebekjcjgdcciachdjmfdekcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/waytab-your-bookmarksfavs/cdimhhflebekjcjgdcciachdjmfdekcm
الوصف Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.
حجم الملف 230 KB
عدد التثبيتات 82
النسخة الحالية 0.4.0
آخر تحديث 2019-08-26
تاريخ النشر 2019-08-26
تقييم 5.00/5 مجموع تقييمات 7
المطور Every Good
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://waytab.io/
عنوان صفحة المساعدة https://waytab.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waytab - your bookmarks\/favs in a new tab",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "description": "Get a random item (tweets, pocket articles, and more) you've liked and bookmarked every time you open a new tab.",
    "homepage_url": "https:\/\/waytab.io\/",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage",
        "alarms"
    ],
    "version": "0.4.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "scripts\/nedb.min.js",
            "scripts\/commons.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/waytab.io\/*",
            "*:\/\/localhost\/*"
        ]
    }
}