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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
URC - URL Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } } |