MarkBook

Mark, highlight and arrange your favor words and images on web page, and export as PPT to share with your friends.

MarkBook란 무엇입니까?

MarkBook은(는) Baidi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mark, highlight and arrange your favor words and images on web page, and export as PPT to share with your friends."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Want to mark your favor words? Want to mark your favor pictures? Want to share them with your friends? That's "MarkBook"!

- Quick mark
Open context menu on selection or images and choose "Mark It" to add it to MarkBook.
The marks will be highlighted automatically the next time you visit the page.

- Quick link
Click your mark in browser action, the page will scroll to the mark.

- Easy arrange
Easy to edit books, easy to put in/pull out marks.

- Easy share
Just one click, output a beautiful pptx to share with your friends.                    

확장 프로그램 기본 정보

이름 MarkBook MarkBook
ID nepgdipmaaojonaipkgcfbbajjfoeale
공식 URL https://chromewebstore.google.com/detail/markbook/nepgdipmaaojonaipkgcfbbajjfoeale
설명 Mark, highlight and arrange your favor words and images on web page, and export as PPT to share with your friends.
파일 크기 2.53 MB
설치 횟수 301
현재 버전 1.0.8
최근 업데이트 2019-09-04
출시 날짜 2019-09-01
평점 3.33/5 총 3 개의 평점
개발자 Baidi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "version": "1.0.8",
    "description": "__MSG_description__",
    "author": "Baidi",
    "default_locale": "en",
    "icons": {
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "\/img\/icon19.png",
            "38": "\/img\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "\/content.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/md5.min.js",
                "\/util\/util.js",
                "\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/util\/util.js",
            "\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "downloads",
        "notifications"
    ]
}