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 |
官方網址 | 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" ] } } |