DJ Khaled Paster

Copies DJ Khaled quotes to your clipboard

ما هو DJ Khaled Paster؟

DJ Khaled Paster هو إضافة Chrome تم تطويرها بواسطة Krish Masand، والميزة الرئيسية لها هي "Copies DJ Khaled quotes to your clipboard".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DJ Khaled Paster

قم بتنزيل ملفات الامتداد DJ Khaled Paster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
        }
    }
}