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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Waytab - your bookmarks/favs in a new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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\/*"
        ]
    }
}