URL code generator

Generate url code to open easily on mobile

URL code generatorとは何ですか?

URL code generatorはnimdaによって開発されたChromeの拡張機能で、その主な機能は「Generate url code to open easily on mobile」です。

拡張機能のスクリーンショット

URL code generator拡張機能のCRXファイルをダウンロード

URL code generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generate QR-code from browser URL                    

拡張機能の基本情報

名前 URL code generator URL code generator
ID eaolfeenjjfedjomhajahllahaahmhjn
公式URL https://chrome.google.com/webstore/detail/url-code-generator/eaolfeenjjfedjomhajahllahaahmhjn
説明 Generate url code to open easily on mobile
ファイルサイズ 159 KB
インストール数 106
現在のバージョン 3.0
最終更新日 2016-03-08
公開日 2016-03-08
評価 5.00/5 合計 1 レビュー
開発者 nimda
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/bichiko/chrome-extension-calculator
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL code generator",
    "description": "Generate url code to open easily on mobile",
    "version": "3.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "200": "icon.png"
    },
    "background": {
        "scripts": [
            "my.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "click to generate url QRcode",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}