Daily url

Open specified urls once a day

Daily url क्या है?

Daily url Canapy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open specified urls once a day"।

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

screenshot
screenshot

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

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

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

                        This extension is made to open all websites and pages that you want, once a day when you start your web browser or when you open a new window.
You can also easily open multiple links

Very simple and easy to use, you just have to paste the links.

I firstly made it for myself, maybe you will find it useful too


instruction :

Open Urls : To open the urls you have pasted on the text field above

Number per set slider : To define how many urls you want to open per set
if you set it to 0 all urls will be open at once

Delay slider : To chose by how many second you want each set to be separate

Open Daily Urls : This button is here if you want to open again the urls you have saved                    

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

नाम Daily url Daily url
ID hfbookebobnkjaclbdleibkpkkoikpdd
आधिकारिक URL https://chromewebstore.google.com/detail/daily-url/hfbookebobnkjaclbdleibkpkkoikpdd
विवरण Open specified urls once a day
फ़ाइल का आकार 387 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.4
अंतिम अपडेट 2016-07-11
प्रकाशन तिथि 2016-07-11
डेवलपर Canapy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily url",
    "description": "Open specified urls once a day",
    "version": "1.4",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Daily url"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}