URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
URL to QRとは何ですか?
URL to QRはJJayによって開発されたChromeの拡張機能で、その主な機能は「This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.」です。
拡張機能のスクリーンショット
URL to QR拡張機能のCRXファイルをダウンロード
URL to QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.
Please mail your feedback to me: [email protected] 拡張機能の基本情報
| 名前 | |
| ID | ffpdcfbjaahhcgogoekgbellhahephbd |
| 公式URL | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
| 説明 | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
| ファイルサイズ | 33.94 KB |
| インストール数 | 80 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2023-12-21 |
| 公開日 | 2015-05-19 |
| 評価 | 4.86/5 合計 7 レビュー |
| 開発者 | JJay |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL to QR",
"description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "url.html"
},
"permissions": [
"tabs"
]
} | |