Automatic Tab Opener

Enables the user to set specific times to open a tab for a specific URL with options of closing automatically the tab when complete

Automatic Tab Opener क्या है?

Automatic Tab Opener no0law1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the user to set specific times to open a tab for a specific URL with options of closing automatically the tab when complete"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Our extension, "Automatic Tab Opener" allows you to automate the opening of multiple URLs based on a cron expression or predefined intervals (e.g., daily, hourly, every minute).

Simply input the URLs you want to open and specify the frequency at which they should be opened. The cron expression follows the standard format, with the ability to specify minute, hour, day of the month, month, and day of the week. For example, to open the URLs every day at 8am, you would enter "0 8 * * *". Or, you can choose one of the predefined intervals (e.g., daily, hourly, every minute) from the dropdown menu. The extension will then open the specified URLs at the specified frequency, saving you time and effort in manually opening them yourself.

With "Automatic Tab Opener" you can streamline your daily tasks and focus on more important things.                    

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

नाम Automatic Tab Opener Automatic Tab Opener
ID hkjobkeceflhccchhjkfofhbcaaaccag
आधिकारिक URL https://chromewebstore.google.com/detail/automatic-tab-opener/hkjobkeceflhccchhjkfofhbcaaaccag
विवरण Enables the user to set specific times to open a tab for a specific URL with options of closing automatically the tab when complete
फ़ाइल का आकार 24.18 KB
स्थापना संख्या 1,820
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2023-12-08
प्रकाशन तिथि 2022-09-13
रेटिंग 4.00/5 कुल 10 रेटिंग्स
डेवलपर no0law1
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.instanceof.dev/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "developer": {
        "name": "Nuno Reis",
        "url": "https:\/\/www.instanceof.dev"
    },
    "name": "Automatic Tab Opener",
    "description": "Enables the user to set specific times to open a tab for a specific URL with options of closing automatically the tab when complete",
    "version": "0.0.8",
    "minimum_chrome_version": "92",
    "options_page": "options.html",
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "background",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon.png",
        "32": "assets\/icons\/icon.png",
        "48": "assets\/icons\/icon.png",
        "128": "assets\/icons\/icon.png"
    }
}