Export HumbleBundle Library to JSON
Store information of all your unredeemed games from humblebundle.com in JSON file
什麼是Export HumbleBundle Library to JSON?
Export HumbleBundle Library to JSON是由jtara1開發的Chrome擴展程式,該擴展的主要功能是“Store information of all your unredeemed games from humblebundle.com in JSON file”。
擴展截圖
下載Export HumbleBundle Library to JSON擴展crx文件
下載Export HumbleBundle Library to JSON擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Steps to use: 1. Install this extension 2. Go to https://www.humblebundle.com/home/keys (need to be logged in at humblebundle.com) 3. Click on the `Export Humble Bundle as JSON` button above your list of games. You should now have a file `Humble_Bundle_Games.json` saved through chrome as a local file on you pc. If not, press F12, select and copy errors there from Console and paste them in a new issue at https://github.com/jtara1/ExportHumbleBundleLibrary/issues or report issue via feedback through chrome web store. sample output: https://pastebin.com/X7jk9buh support me and my projects https://ko-fi.com/jtara1
擴展基本資訊
名稱 | Export HumbleBundle Library to JSON |
ID | pkkkphehloknahihekpiaemeaajpbflm |
官方網址 | https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm |
簡介 | Store information of all your unredeemed games from humblebundle.com in JSON file |
檔案大小 | 13.25 KB |
安裝次數 | 330 |
目前版本 | 1.0.0 |
更新時間 | 2020-05-17 |
上架時間 | 2020-05-16 |
評分 | 4.00/5 共 4 次評分 |
開發者 | jtara1 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jtara1/ExportHumbleBundleLibrary |
說明頁面URL | https://github.com/jtara1/ExportHumbleBundleLibrary |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Export HumbleBundle Library to JSON", "version": "1.0.0", "icons": [], "description": "Store information of all your unredeemed games from humblebundle.com in JSON file", "content_scripts": [ { "matches": [ "*:\/\/*.humblebundle.com\/home\/keys" ], "js": [ "scripts\/FileSaver.js", "scripts\/main.js" ] } ] } |