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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย URC - URL Scanner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |