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!
Wat is URC - URL Scanner?
URC - URL Scanner is een Chrome-extensie ontwikkeld door https://code.rendrr.xyz/urc, en de belangrijkste functie is "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Extensie Screenshots
Download het CRX-bestand van de extensie URC - URL Scanner
Download URC - URL Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
Officiële URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Beschrijving | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Bestandsgrootte | 181 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2017-10-10 |
Publicatiedatum | 2017-10-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://code.rendrr.xyz/urc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://code.rendrr.xyz/urc/ |
URL van de Privacybeleid Pagina | https://rakcode.com/privacypolicy.html |
Ondersteunde Talen | 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" ] } } |