Learn Crypto

Crypto-oriented magazine that surfaces the most inspiring and engaging content out there.

Learn Cryptoคืออะไร?

Learn Crypto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย learncrypto และคุณลักษณะหลักของมันคือ "Crypto-oriented magazine that surfaces the most inspiring and engaging content out there."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn Crypto

ดาวน์โหลดไฟล์ส่วนขยาย Learn Crypto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We package the latest prices and news into this handy extension, putting all the latest crypto information right in your browser, so you don't miss anything.

You can Bookmark your favourite stories to read later and Suggest Resources for us to add to News.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Learn Crypto Learn Crypto
ID fpnfickcepichnppgigjandflmmmpmcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/learn-crypto/fpnfickcepichnppgigjandflmmmpmcm
คำอธิบาย Crypto-oriented magazine that surfaces the most inspiring and engaging content out there.
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.0.0.11
อัปเดตครั้งล่าสุด 2021-09-30
วันที่เผยแพร่ 2020-07-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา learncrypto
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://learncrypto.com
URL หน้านโยบายความเป็นส่วนตัว https://learncrypto.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn Crypto",
    "description": "Crypto-oriented magazine that surfaces the most inspiring and engaging content out there.",
    "short_name": "Learn Crypto",
    "version": "1.0.0.11",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/learncrypto.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Learn Crypto"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "identity",
        "identity.email",
        "https:\/\/graph.facebook.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/github.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ],
    "oauth2": {
        "client_id": "594873073130-m416rub6iij13s2t55rfjgqnrhvbc6bj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "openid",
            "email",
            "profile"
        ]
    }
}