Context Menu QR Code Generator

Generate QR Codes selection context menu

Context Menu QR Code Generatorとは何ですか?

Context Menu QR Code GeneratorはArthur Fariasによって開発されたChromeの拡張機能で、その主な機能は「Generate QR Codes selection context menu」です。

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

screenshot

Context Menu QR Code Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected].                    

拡張機能の基本情報

名前 Context Menu QR Code Generator Context Menu QR Code Generator
ID pffeedlofllghbmondonppgbleaggibj
公式URL https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj
説明 Generate QR Codes selection context menu
ファイルサイズ 6.97 KB
インストール数 136
現在のバージョン 0.1
最終更新日 2012-10-26
公開日 2012-10-26
評価 2.75/5 合計 4 レビュー
開発者 Arthur Farias
支払い方法 free
拡張機能のウェブサイト http://arthur.afarias.org
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu QR Code Generator",
    "description": "Generate QR Codes selection context menu",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}