Open Custom URL
Open custom URL or local file path in a popup or tab.
Open Custom URL क्या है?
Open Custom URL publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open custom URL or local file path in a popup or tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Custom URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Set any website URL and open it in a popup or tab with just one click!
एक्सटेंशन की मूल जानकारी
नाम | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
विवरण | Open custom URL or local file path in a popup or tab. |
फ़ाइल का आकार | 32.18 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-05-10 |
प्रकाशन तिथि | 2017-05-09 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | publisher |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Custom URL", "description": "Open custom URL or local file path in a popup or tab.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0", "options_page": "options.html", "browser_action": [], "background": { "scripts": [ "js\/popup.js" ] } } |