Auto Page Opener
Automatically open web pages at scheduled times.
Auto Page Opener क्या है?
Auto Page Opener Youth Molecule द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically open web pages at scheduled times."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Page Opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Schedule web pages to open automatically. Web pages can be scheduled to be opened once at a specific time or web pages can be scheduled to be opened repeatedly on different days of the week. Please review and email any feedback to [email protected].
एक्सटेंशन की मूल जानकारी
नाम | Auto Page Opener |
ID | cngkdhdiifcfigdffnmibfopjdlbnpeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh |
विवरण | Automatically open web pages at scheduled times. |
फ़ाइल का आकार | 17.68 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-06-27 |
प्रकाशन तिथि | 2020-02-07 |
रेटिंग | 4.18/5 कुल 22 रेटिंग्स |
डेवलपर | Youth Molecule |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Page Opener", "version": "1.1.1", "description": "Automatically open web pages at scheduled times.", "permissions": [ "storage", "background", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/auto_open_logo16.png", "32": "images\/auto_open_logo32.png", "48": "images\/auto_open_logo48.png", "128": "images\/auto_open_logo128.png" } }, "icons": { "16": "images\/auto_open_logo16.png", "32": "images\/auto_open_logo32.png", "48": "images\/auto_open_logo48.png", "128": "images\/auto_open_logo128.png" }, "minimum_chrome_version": "79", "manifest_version": 2 } |