MarkBook

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

Τι είναι το MarkBook;

Το MarkBook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Baidi, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης MarkBook

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}