DJ Khaled Paster

Copies DJ Khaled quotes to your clipboard

DJ Khaled Pasterとは何ですか?

DJ Khaled PasterはKrish Masandによって開発されたChromeの拡張機能で、その主な機能は「Copies DJ Khaled quotes to your clipboard」です。

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

screenshot

DJ Khaled Paster拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Copies DJ Khaled quotes to your clipboard                    

拡張機能の基本情報

名前 DJ Khaled Paster DJ Khaled Paster
ID akcheflefokkinocniickdplcmamdbjb
公式URL https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb
説明 Copies DJ Khaled quotes to your clipboard
ファイルサイズ 34.13 KB
インストール数 32
現在のバージョン 1.0.0
最終更新日 2015-12-21
公開日 2015-12-21
評価 5.00/5 合計 4 レビュー
開発者 Krish Masand
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DJ Khaled Paster",
    "version": "1.0.0",
    "description": "Copies DJ Khaled quotes to your clipboard",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Jaden"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite"
    ],
    "commands": {
        "Paste": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Paste Shortcut",
            "global": true
        }
    }
}