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!
Was ist URC - URL Scanner?
URC - URL Scanner ist eine Chrome-Erweiterung, die von https://code.rendrr.xyz/urc entwickelt wurde, und ihr Hauptmerkmal ist "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Erweiterungsscreenshots
URC - URL Scanner-Erweiterungs-CRX-Datei herunterladen
Laden Sie URC - URL Scanner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
Offizielle URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Beschreibung | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Dateigröße | 181 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2017-10-10 |
Veröffentlichungsdatum | 2017-10-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://code.rendrr.xyz/urc |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://code.rendrr.xyz/urc/ |
URL der Datenschutzrichtlinien-Seite | https://rakcode.com/privacypolicy.html |
Unterstützte Sprachen | 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" ] } } |