Quick Get QR & Short URL
ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…
Qu'est-ce que Quick Get QR & Short URL ?
Quick Get QR & Short URL est une extension Chrome développée par googflogs.app, et sa fonction principale est "ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Get QR & Short URL
Téléchargez les fichiers d'extension Quick Get QR & Short URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。 QRコード変換はオフラインでも、後からURLに変更を加えてもリアルタイムでQRコードに変換します。 生成したQRコードのダウンロード可能。 Convert browser URL and favorite character string to QR code in real time. Generate shortened URL of bitly with one button. The bitly access token can be set from option screen. QR code conversion is offline, even if you change the URL later, it converts it to QR code in real time. Downloadable QR code can be downloaded.
Informations de Base sur l'Extension
Nom | Quick Get QR & Short URL |
ID | jjoopnaocjjmddfhakebddhnaabiofhe |
URL Officiel | https://chromewebstore.google.com/detail/quick-get-qr-short-url/jjoopnaocjjmddfhakebddhnaabiofhe |
Description | ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。… |
Taille du Fichier | 247 KB |
Nombre d'Installations | 650 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2019-10-12 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | googflogs.app |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | de,en,fr,vi,es,it,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2.0", "description": "", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "default_locale": "ja", "permissions": [ "tabs", "clipboardWrite", "storage", "contextMenus" ], "icons": { "16": "images\/icon19.png", "48": "images\/icon19.png", "128": "images\/icon19.png" }, "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com; object-src 'self'" } |