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 |
公式URL | 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 |
Eメール | [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" ] } ] } |