Elon Musk Extension

Get inspired by Elon Musk

Elon Musk Extension란 무엇입니까?

Elon Musk Extension은(는) ybinstock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get inspired by Elon Musk"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Elon Musk Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Love Elon Musk and want to be inspired by just like him?

Get the extension that will feature a quote of his every time you open a new tab.                    

확장 프로그램 기본 정보

이름 Elon Musk Extension Elon Musk Extension
ID cnbgfeehcdmflcmfeljhjcgdgleajnck
공식 URL https://chrome.google.com/webstore/detail/elon-musk-extension/cnbgfeehcdmflcmfeljhjcgdgleajnck
설명 Get inspired by Elon Musk
파일 크기 9.01 MB
설치 횟수 48
현재 버전 8
최근 업데이트 2017-06-20
출시 날짜 2017-06-20
평점 2.33/5 총 3 개의 평점
개발자 ybinstock
결제 유형 free
확장 프로그램 웹 사이트 http://www.yonibinstock.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elon Musk Extension",
    "version": "8",
    "description": "Get inspired by Elon Musk",
    "icons": {
        "16": "ico.ico",
        "48": "ico.ico",
        "128": "ico.ico"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Elon Musk Extension",
        "default_popup": "\/pages\/popup.html"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "options_page": "\/pages\/fieldpage.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/www.bit.ly\/FocusExtension inspire.html https:\/\/www.tilt.com\/tilts\/donate-to-support-focus?_branch_match_id=219151969309229271 http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.5\/js\/bootstrap.min.js https:\/\/ssl.google-analytics.com\/ga.js http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.3\/jquery.min.js https:\/\/connect.facebook.net https:\/\/www.facebook.com https:\/\/chrome.google.com https:\/\/chrome.google.com; object-src 'self'"
}