Joke Extension

Click to deliver a new joke!

Joke Extensionとは何ですか?

Joke Extensionはharshsheth1128によって開発されたChromeの拡張機能で、その主な機能は「Click to deliver a new joke!」です。

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

screenshot
screenshot
screenshot

Joke Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Studying, stressed, or are you simply bored.

With the joke extension get 100 new jokes delivered to your thinking module with the simple click of a button. The jokes are updated every 24 hours so check back often. The joke extension keeps track of the joke you viewed last so you don't have to go through the process of clicking through old viewed jokes. All jokes are polled from the top 100 of the last 24 hours on www.reddit.com/r/jokes 

All rights are reserved to the creator, I do not own any of these.                    

拡張機能の基本情報

名前 Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
公式URL https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
説明 Click to deliver a new joke!
ファイルサイズ 457 KB
インストール数 298
現在のバージョン 1.0
最終更新日 2018-04-30
公開日 2018-04-30
評価 4.00/5 合計 3 レビュー
開発者 harshsheth1128
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joke Extension",
    "version": "1.0",
    "description": "Click to deliver a new joke!",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Joke",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}