Quick Get QR & Short URL

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

Wat is Quick Get QR & Short URL?

Quick Get QR & Short URL is een Chrome-extensie ontwikkeld door googflogs.app, en de belangrijkste functie is "ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quick Get QR & Short URL

Download Quick Get QR & Short URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Quick Get QR & Short URL Quick Get QR & Short URL
ID jjoopnaocjjmddfhakebddhnaabiofhe
Officiële URL https://chromewebstore.google.com/detail/quick-get-qr-short-url/jjoopnaocjjmddfhakebddhnaabiofhe
Beschrijving ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…
Bestandsgrootte 247 KB
Aantal Installaties 650
Huidige Versie 2.0
Laatst Bijgewerkt 2020-07-11
Publicatiedatum 2019-10-12
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar googflogs.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}