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
}