Quick Get QR & Short URL

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

¿Qué es Quick Get QR & Short URL?

Quick Get QR & Short URL es una extensión de Chrome desarrollada por googflogs.app, y su función principal es "ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Quick Get QR & Short URL

Descarga archivos de extensión Quick Get QR & Short URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Quick Get QR & Short URL Quick Get QR & Short URL
ID jjoopnaocjjmddfhakebddhnaabiofhe
URL Oficial https://chromewebstore.google.com/detail/quick-get-qr-short-url/jjoopnaocjjmddfhakebddhnaabiofhe
Descripción ブラウザのURLや好きな文字列をQRコードにリアルタイムで変換。 ボタン一つで bitly の 短縮URL の生成。 bitly のアクセストークンはオプション画面から設定可能。…
Tamaño del Archivo 247 KB
Cantidad de Instalaciones 650
Versión Actual 2.0
Última Actualización 2020-07-11
Fecha de Publicación 2019-10-12
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador googflogs.app
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}