Joke Extension
Click to deliver a new joke!
什麼是Joke Extension?
Joke Extension是由harshsheth1128開發的Chrome擴展程式,該擴展的主要功能是“Click to deliver a new joke!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jjbkhccadjacoagfdkckilefbjjmfhge |
官方網址 | 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 } |