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ファイルをダウンロード

Elon Musk Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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