Pencil Explore for Chrome

Keep learning with Pencil for Chrome

Pencil Explore for Chrome란 무엇입니까?

Pencil Explore for Chrome은(는) https://pencilapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep learning with Pencil for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Pencil Explore for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Learning only takes one click with Pencil Explore.

Pencil Explore is your personal learning assistant. Wherever you go online, Pencil automatically finds the best related content, from the most trusted sources.

Reading an article about finance but need a refresher on interest rates? Pencil Explore brings you explanations so you can catch up instantly.

Looking for problems to teach in your next math class? Pencil Explore shows you similar questions and interactive simulations to make lesson prep a snap.

Researching for a history paper? Pencil Explore delivers related articles and videos so you can dig deeper without searching longer.

Watching Spiderman but can’t remember the Marvel Cinematic Universe timeline? Pencil will find that for you, too!

Getting more out of being online is easy with Pencil Explore:

★ Install in seconds, it only takes two clicks to get started.

★ Learn anywhere, Pencil reads any web page and finds related content from trusted publishers.

★ Stop searching, Pencil automatically brings you helpful resources based on what you’re viewing.

★ FOR TEACHERS: Pencil searches your schools material for helpful resources based on what you’re looking for. Please contact us to learn more.

★ FOR PUBLISHERS: Pencil can help your content reach more people right when they need it. Please contact us to learn more.                    

확장 프로그램 기본 정보

이름 Pencil Explore for Chrome Pencil Explore for Chrome
ID ekhldpednaeigfjglnbkpekjdpojiemg
공식 URL https://chromewebstore.google.com/detail/pencil-explore-for-chrome/ekhldpednaeigfjglnbkpekjdpojiemg
설명 Keep learning with Pencil for Chrome
파일 크기 3.61 MB
설치 횟수 892
현재 버전 0.1.34
최근 업데이트 2022-06-02
출시 날짜 2021-04-04
평점 5.00/5 총 572 개의 평점
개발자 https://pencilapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pencilapp.com
개인정보 보호 정책 페이지 URL https://www.pencilspaces.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pencil Explore for Chrome",
    "version": "0.1.34",
    "description": "Keep learning with Pencil for Chrome",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icons\/pencilExtension_16x16.png",
        "48": "assets\/icons\/pencilExtension_48x48.png",
        "128": "assets\/icons\/pencilExtension_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/pencilExtension_16x16.png",
            "48": "assets\/icons\/pencilExtension_48x48.png",
            "128": "assets\/icons\/pencilExtension_128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "oauth2": {
        "client_id": "989623765250-nodelcr59f7ls0pup11sfhdoh4hb9jsa.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        "index.html",
        "sidebar\/*",
        "assets\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "mark.min.js",
                "sidebar\/sidebar-loader.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/apis.google.com\/ https:\/\/maxcdn.bootstrapcdn.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self';"
}