openURLs
Open selected URLs
openURLs क्या है?
openURLs dimaeromin97 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open selected URLs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में openURLs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Opens URLs from selected text Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nbbldngkgchfmfdfgkniongenfdcogdh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh |
विवरण | Open selected URLs |
फ़ाइल का आकार | 31.85 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2019-01-23 |
प्रकाशन तिथि | 2019-01-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | dimaeromin97 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "openURLs", "short_name": "openURLs", "description": "Open selected URLs", "version": "0.0.2", "browser_action": { "default_icon": "img\/512.png" }, "icons": { "512": "img\/512.png", "128": "img\/128.png", "16": "img\/16.png", "19": "img\/19.png" }, "background": { "scripts": [ "dist\/bundle.js" ] }, "permissions": [ "contextMenus", "activeTab", "tabs" ] } |