QR Code Safety
Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.
Apa itu QR Code Safety?
QR Code Safety adalah ekstensi Chrome yang dikembangkan oleh https://pbion.com, dan fitur utamanya adalah "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QR Code Safety
Unduh file ekstensi QR Code Safety dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Generates QR Codes for URL, vCards, Image, phone numbers and many more. Creates a text or URL QR Code of a website. HOW TO INSTALL:: Install -> reload current tab or restart Chrome HOW TO USE: 1. Right-click on a link, image, player or selected text. 2. Click on the Get QR Code menu. 3. Open your smartphone, start QR Code scan application. No need to type out with your smartphone again. Very useful to copy a SMS or Whatsapp message, copy website url, image url... Checking safety url before go to. Features: - Generate QR Code for your current page with just one click. - Turn any of your input into QR Code. - Select any text on page, then right click to create related QR Code. - Context menu support.
Informasi Dasar Ekstensi
Nama | |
ID | ojjlgiocbaacpfhpajebdihnpomlfgin |
URL Resmi | https://chromewebstore.google.com/detail/qr-code-safety/ojjlgiocbaacpfhpajebdihnpomlfgin |
Deskripsi | Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone. |
Ukuran File | 74.76 KB |
Jumlah Instalasi | 177 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-04-29 |
Tanggal Publikasi | 2019-04-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://pbion.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fbion.com |
URL Halaman Bantuan | https://fbion.com/contact-us.html |
URL Halaman Kebijakan Privasi | https://pbion.com/privacy-policy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "box.css" ], "js": [ "jquery.min.js", "qrcode.js", "box.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.", "icons": { "16": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "QR Code Safety" }, "manifest_version": 2, "name": "QR Code Safety", "web_accessible_resources": [ "\/images\/*.png" ], "permissions": [ "background", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.3" } |