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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jtara1 และคุณลักษณะหลักของมันคือ "Store information of all your unredeemed games from humblebundle.com in JSON file"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export HumbleBundle Library to JSON

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
            ]
        }
    ]
}