Pencil Explore for Chrome

Keep learning with Pencil for Chrome

Pencil Explore for Chromeคืออะไร?

Pencil Explore for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pencilapp.com และคุณลักษณะหลักของมันคือ "Keep learning with Pencil for Chrome"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pencil Explore for Chrome

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

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

                        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';"
}