Glose Education Web Clipper

Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!

Glose Education Web Clipper란 무엇입니까?

Glose Education Web Clipper은(는) Glose에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Glose Education Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What is it?
Glose Education Web Clipper is a tool that allows you to save, read, and share your articles and web pages on your Glose account.
You will then be able to read it with the full range of Glose features, such as choosing your font, annotating in the margins, or collaborating on text.

How does it work?
Once you have installed the extension, open it and log in with your Glose login details.
Then go to a web page that you have read, want to read, or want to share. Then click on "Upload this page". That's it! It is now available on your account, in your "imported articles" tab.                    

확장 프로그램 기본 정보

이름 Glose Education Web Clipper Glose Education Web Clipper
ID chfoecodlmjnheknfoojnheockohhhbd
공식 URL https://chromewebstore.google.com/detail/glose-education-web-clipp/chfoecodlmjnheknfoojnheockohhhbd
설명 Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!
파일 크기 1.83 MB
설치 횟수 1,279
현재 버전 1.5.0
최근 업데이트 2020-12-09
출시 날짜 2020-03-23
평점 5.00/5 총 1 개의 평점
개발자 Glose
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://glose.education
개인정보 보호 정책 페이지 URL https://glose.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glose Education Web Clipper",
    "version": "1.5.0",
    "author": "https:\/\/glose.education",
    "description": "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!",
    "icons": {
        "16": "assets\/icons\/education\/16x16.png",
        "20": "assets\/icons\/education\/20x20.png",
        "32": "assets\/icons\/education\/32x32.png",
        "40": "assets\/icons\/education\/40x40.png",
        "48": "assets\/icons\/education\/48x48.png",
        "128": "assets\/icons\/education\/128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "default_popup.html",
        "default_icon": {
            "16": "assets\/icons\/education\/16x16.png",
            "20": "assets\/icons\/education\/20x20.png",
            "32": "assets\/icons\/education\/32x32.png",
            "40": "assets\/icons\/education\/40x40.png"
        }
    },
    "homepage_url": "https:\/\/glose.education",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_page": "options_page.html",
    "options_ui": {
        "page": "options_page.html"
    }
}