Daily Links

Opens up a customizable set of links for every day.

Daily Links क्या है?

Daily Links Tab Manager Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens up a customizable set of links for every day."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a fork of the popular Daily Links extension that works with new Chrome versions.

Daily Links helps you organize your daily routine. You specify which pages to open and what days of the week to load them on. Then just click the Daily Link's icon and all of today's pages load in new tabs. This is great for keeping track of web comics, blogs, news, or any site you want to check regularly. This extension is inspired by the Morning Coffee extension for Firefox.

New in v1.5:
 - Removed unnecessary permission

New in v1.4:
 - Fixes clicking on the icon not doing anything
 - Fixes daily badge not showing up

New in v1.3:
 - Works now with new Chrome versions
 - Small style and security fixes

New in v1.2:
 - You can now choose to load tabs in random order.
 - You can now browse your bookmarks for links to add.

New in v1.1:
 - You can now choose to open tabs in the current window instead of a new window.                    

एक्सटेंशन की मूल जानकारी

नाम Daily Links Daily Links
ID bpmiffipgillbacdfnbkicndliejockp
आधिकारिक URL https://chromewebstore.google.com/detail/daily-links/bpmiffipgillbacdfnbkicndliejockp
विवरण Opens up a customizable set of links for every day.
फ़ाइल का आकार 3.9 MB
स्थापना संख्या 1,094
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-02-17
प्रकाशन तिथि 2018-06-25
रेटिंग 3.88/5 कुल 8 रेटिंग्स
डेवलपर Tab Manager Plus
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Links",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "32": "links-32.png",
        "48": "links-48.png",
        "128": "links-128.png"
    },
    "description": "Opens up a customizable set of links for every day.",
    "browser_action": {
        "name": "Load today's links",
        "default_icon": "links.png"
    }
}