Learn Crypto

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

Learn Crypto란 무엇입니까?

Learn Crypto은(는) learncrypto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypto-oriented magazine that surfaces the most inspiring and engaging content out there."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Learn Crypto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}