Quick Get QR & Short URL

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

Was ist Quick Get QR & Short URL?

Quick Get QR & Short URL ist eine Chrome-Erweiterung, die von googflogs.app entwickelt wurde, und ihr Hauptmerkmal ist "ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Quick Get QR & Short URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Get QR & Short URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Quick Get QR & Short URL Quick Get QR & Short URL
ID jjoopnaocjjmddfhakebddhnaabiofhe
Offizielle URL https://chromewebstore.google.com/detail/quick-get-qr-short-url/jjoopnaocjjmddfhakebddhnaabiofhe
Beschreibung ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…
Dateigröße 247 KB
Installationsanzahl 650
Aktuelle Version 2.0
Letztes Update 2020-07-11
Veröffentlichungsdatum 2019-10-12
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler googflogs.app
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}