Quick Get QR & Short URL

ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…

What is Quick Get QR & Short URL?

Quick Get QR & Short URL is a Chrome extension developed by googflogs.app, and its main feature is "ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Quick Get QR & Short URL Extension CRX File

Download Quick Get QR & Short URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ブラウザの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.                    

Extension Basic Information

Name Quick Get QR & Short URL Quick Get QR & Short URL
ID jjoopnaocjjmddfhakebddhnaabiofhe
Official URL https://chromewebstore.google.com/detail/quick-get-qr-short-url/jjoopnaocjjmddfhakebddhnaabiofhe
Description ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…
File Size 247 KB
Installation Count 650
Current Version 2.0
Last Updated 2020-07-11
Publish Date 2019-10-12
Rating 4.75/5 Total 4 Ratings
Developer googflogs.app
Email [email protected]
Payment Type free
Supported Languages 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'"
}