Exam Preparation Online

Google Search Recommendation from History, Bookmark. Highlight on Page. Web time activity.

Exam Preparation Online là gì?

Exam Preparation Online là một tiện ích mở rộng Chrome được phát triển bởi https://exampreparationonline.com, và tính năng chính của nó là "Google Search Recommendation from History, Bookmark. Highlight on Page. Web time activity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exam Preparation Online

Tải xuống các tệp mở rộng Exam Preparation Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Recommendation from History, Bookmark in Google Search page.

Time Tracker :
Track and limit time your activity in the browser every day.
Control how much time you spend on websites and set a time limit on websites if you procrastinate. Time tracking at its best.

Highlight important lines in a webpage and add notes against a page. Easy and efficient search.

Open notes page with Ctrl + Shift + H and submit new notes / search existing notes.

Search both browser history and bookmark from the chrome search bar.
Type in the character 'h' and followed by Tab or Space. Enter your search keyword after that.
Also the user can limit their search from specific websites by selecting the website from extension popup.



Note : We do not ask for permission to all the websites unlike many other chrome extensions. You grant permission based on your requirement.

Extension doesn't track any information about you and does not send data anywhere. Chrome Local Storage is used to save your usage data in a simple format.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exam Preparation Online Exam Preparation Online
ID aghbjbkdbbncccfeokjbeeagdpekpike
URL Chính Thức https://chrome.google.com/webstore/detail/exam-preparation-online/aghbjbkdbbncccfeokjbeeagdpekpike
Mô tả Google Search Recommendation from History, Bookmark. Highlight on Page. Web time activity.
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.1.16
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://exampreparationonline.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://exampreparationonline.com/
URL Trang Trợ Giúp https://exampreparationonline.com/
URL Trang Chính Sách Bảo Mật https://exampreparationonline.com/info/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exam Preparation Online",
    "version": "1.1.16",
    "minimum_chrome_version": "26",
    "description": "Google Search Recommendation from History, Bookmark. Highlight on Page. Web time activity.",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "h"
    },
    "commands": {
        "notes-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "windows": "Ctrl+Shift+H",
                "mac": "Command+Shift+H",
                "chromeos": "Ctrl+Shift+H",
                "linux": "Ctrl+Shift+H"
            },
            "description": "Open notes page"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "icons": {
        "16": "icons\/epo_logo-16.png",
        "32": "icons\/epo_logo-32.png",
        "48": "icons\/epo_logo-48.png",
        "128": "icons\/epo_logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/lib\/compromise.min.js",
                "scripts\/lib\/compromise-numbers.min.js",
                "scripts\/lib\/TagExtraction.js",
                "scripts\/lib\/moment.js",
                "scripts\/lib\/lodash.min.js",
                "scripts\/lib\/dexie.js",
                "scripts\/idb.js",
                "scripts\/storage.js",
                "scripts\/trie_operation.js",
                "scripts\/urlCheck.js",
                "scripts\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "history",
        "tabs",
        "activeTab",
        "storage",
        "idle",
        "chrome:\/\/favicon\/*",
        "webNavigation",
        "unlimitedStorage",
        "bookmarks",
        "contextMenus"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "file:\/\/*\/*",
        "notifications"
    ],
    "offline_enabled": true,
    "web_accessible_resources": [
        "side.html",
        "box.html",
        "notes.html"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/compromise-numbers.min.js",
            "scripts\/trie_operation.js",
            "scripts\/lib\/compromise.min.js",
            "scripts\/lib\/TagExtraction.js",
            "scripts\/urlCheck.js",
            "scripts\/common.js",
            "scripts\/storage.js",
            "scripts\/activity.js",
            "scripts\/tab.js",
            "scripts\/lib\/moment.js",
            "scripts\/lib\/lodash.min.js",
            "scripts\/lib\/dexie.js",
            "scripts\/idb.js",
            "scripts\/omnibox.js",
            "scripts\/timeInterval.js",
            "scripts\/background.js",
            "scripts\/restriction.js",
            ".\/scripts\/permission-toggle.js",
            ".\/scripts\/dynamic-content.js",
            ".\/scripts\/browser_api_history_bookmark.js",
            ".\/scripts\/contextMenus.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Highlight - Google Search Recommendation - Time Tracker - WhatsApp Share",
        "default_icon": "icons\/epo_logo-48.png"
    }
}