URL to QR code
This extension generate QR-code with URL of current openned page.
什麼是URL to QR code?
URL to QR code是由https://michurin.github.io開發的Chrome擴展程式,該擴展的主要功能是“This extension generate QR-code with URL of current openned page.”。
擴展截圖
下載URL to QR code擴展crx文件
下載URL to QR code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Еxtension to view URL of current opened page as QR code. It is the simplest way to carry URL from you browser to your (or someone's) mobile device. You can customize - size of image and - error correction levels. And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page. Visit the options page to use these features.
擴展基本資訊
名稱 | URL to QR code |
ID | ocilemcdjpkpmopdbehigobfjaepcnmm |
官方網址 | https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm |
簡介 | This extension generate QR-code with URL of current openned page. |
檔案大小 | 11.55 KB |
安裝次數 | 353 |
目前版本 | 0.4.0.0 |
更新時間 | 2014-08-18 |
上架時間 | 2014-08-18 |
開發者 | https://michurin.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/michurin/chrome-extension-url-to-qrcode |
說明頁面URL | https://github.com/michurin/chrome-extension-url-to-qrcode |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR code", "version": "0.4.0.0", "description": "This extension generate QR-code with URL of current openned page.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Generate QR code", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "https:\/\/chart.googleapis.com\/", "activeTab", "storage" ], "short_name": "URL 2 QR", "author": "Alexey Michurin |