DJ Khaled Paster

Copies DJ Khaled quotes to your clipboard

Apa itu DJ Khaled Paster?

DJ Khaled Paster adalah ekstensi Chrome yang dikembangkan oleh Krish Masand, dan fitur utamanya adalah "Copies DJ Khaled quotes to your clipboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DJ Khaled Paster

Unduh file ekstensi DJ Khaled Paster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Copies DJ Khaled quotes to your clipboard                    

Informasi Dasar Ekstensi

Nama DJ Khaled Paster DJ Khaled Paster
ID akcheflefokkinocniickdplcmamdbjb
URL Resmi https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb
Deskripsi Copies DJ Khaled quotes to your clipboard
Ukuran File 34.13 KB
Jumlah Instalasi 32
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-12-21
Tanggal Publikasi 2015-12-21
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Krish Masand
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    }
}