Wisdom From Kanye

Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…

Wisdom From Kanyeとは何ですか?

Wisdom From Kanyeはhttps://wisdomfromkanye.comによって開発されたChromeの拡張機能で、その主な機能は「Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Wisdom From Kanye拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to reminisce in that epic font from The Life of Pablo merch. 🔥A small project brought to you by Seth Cottle & Casey Cavanagh. Now open source, check it out on Github!                    

拡張機能の基本情報

名前 Wisdom From Kanye Wisdom From Kanye
ID dbahdcnbbleloehclkcdmkgfioglbkmc
公式URL https://chromewebstore.google.com/detail/wisdom-from-kanye/dbahdcnbbleloehclkcdmkgfioglbkmc
説明 Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…
ファイルサイズ 164 KB
インストール数 120
現在のバージョン 0.6
最終更新日 2018-04-29
公開日 2018-04-28
評価 5.00/5 合計 1 レビュー
開発者 https://wisdomfromkanye.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wisdomfromkanye.com
ヘルプページのURL https://github.com/sethcottle/kanye-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wisdom From Kanye",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}