URC - URL Scanner
To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
URC - URL Scanner क्या है?
URC - URL Scanner https://code.rendrr.xyz/urc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URC - URL Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!
एक्सटेंशन की मूल जानकारी
नाम | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
विवरण | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
फ़ाइल का आकार | 181 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-10-10 |
प्रकाशन तिथि | 2017-10-10 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://code.rendrr.xyz/urc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://code.rendrr.xyz/urc/ |
गोपनीयता नीति पृष्ठ URL | https://rakcode.com/privacypolicy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URC - URL Scanner", "version": "1.0.4", "manifest_version": 2, "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery.js", "js\/jquery.popupoverlay.js", "js\/jquery-qrcode.js", "js\/inject.js" ] } ], "chrome_url_overrides": { "history": "history.html" }, "background": { "scripts": [ "js\/background.js" ] } } |