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文件

下載MarkBook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}