Portable Khaled

This extension serves DJ Khaled quotes on demand, for your enjoyment.

Portable Khaled란 무엇입니까?

Portable Khaled은(는) SoberHigh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension serves DJ Khaled quotes on demand, for your enjoyment."입니다.

확장 프로그램 스크린샷

screenshot

Portable Khaled 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        THEY DONT WANT YOU TO DOWNLOAD THIS
-----------------------------------------------
UPDATE: This new version allows you to 
- cycle through different faces by any key
- added 'random mode' feature which can be toggled by clicking on the face
-----------------------------------------------
Get a slice of DJ Khaled on your chrome browser.

With this on-demand extension you can get your daily fix of major key inspiration any time, anywhere, so long as you've got your trusty chrome browser.


-- This extension is solely created for fun. I am not affiliated with DJ Khaled. --                    

확장 프로그램 기본 정보

이름 Portable Khaled Portable Khaled
ID bbieiehmkcmhpiibkeccbgjnomhpgjbc
공식 URL https://chrome.google.com/webstore/detail/portable-khaled/bbieiehmkcmhpiibkeccbgjnomhpgjbc
설명 This extension serves DJ Khaled quotes on demand, for your enjoyment.
파일 크기 2.45 MB
설치 횟수 29
현재 버전 2.0
최근 업데이트 2016-05-25
출시 날짜 2016-05-25
평점 5.00/5 총 2 개의 평점
개발자 SoberHigh
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portable Khaled",
    "description": "This extension serves DJ Khaled quotes on demand, for your enjoyment.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/google.com\/*"
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "popup.js",
                "velocity.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}