DJ Khaled Paster

Copies DJ Khaled quotes to your clipboard

DJ Khaled Paster là gì?

DJ Khaled Paster là một tiện ích mở rộng Chrome được phát triển bởi Krish Masand, và tính năng chính của nó là "Copies DJ Khaled quotes to your clipboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DJ Khaled Paster

Tải xuống các tệp mở rộng DJ Khaled Paster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Copies DJ Khaled quotes to your clipboard                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DJ Khaled Paster DJ Khaled Paster
ID akcheflefokkinocniickdplcmamdbjb
URL Chính Thức https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb
Mô tả Copies DJ Khaled quotes to your clipboard
Kích Thước Tệp 34.13 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-12-21
Ngày Phát Hành 2015-12-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Krish Masand
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}