Super Simple Highlighter

Make permanent, private highlights on any web page.

Super Simple Highlighter là gì?

Super Simple Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://www.dexterouslogic.com, và tính năng chính của nó là "Make permanent, private highlights on any web page.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Simple Highlighter

Tải xuống các tệp mở rộng Super Simple Highlighter 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

                        This extension lets you make highlights on any web page, and subsequently attempts to restore those highlights when you revisit the page.

This process is completely private. The location and contents of your highlights never leave your browser.

A variety of highlight styles are available, with built-in styles including basic colors, redaction, blurs etc. Highlights can be made via the mouse or a keyboard shortcut.

The highlights on a single page can be navigated to from a single popup dialog, and a summary of the page's highlights are also available to view, print, or save.

NOTE: 

- The extension does *NOT* sync across your devices.
- There are many factors that may cause highlights not to be successfully restored on subsequent visits. 

For more details, see the help page.                    

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

Tên Super Simple Highlighter Super Simple Highlighter
ID hhlhjgianpocpoppaiihmlpgcoehlhio
URL Chính Thức https://chromewebstore.google.com/detail/super-simple-highlighter/hhlhjgianpocpoppaiihmlpgcoehlhio
Mô tả Make permanent, private highlights on any web page.
Kích Thước Tệp 343 KB
Số Lần Cài Đặt 319,409
Phiên Bản Hiện Tại 2023.07.24
Cập Nhật Lần Cuối 2023-07-26
Ngày Phát Hành 2019-07-19
Đánh Giá 3.91/5 Tổng số 1211 Đánh Giá
Nhà Phát Triển https://www.dexterouslogic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dexterouslogic.com/
URL Trang Trợ Giúp https://www.dexterouslogic.com/assets/supersimplehighlighter/chrome/help/
URL Trang Chính Sách Bảo Mật https://www.dexterouslogic.com/assets/supersimplehighlighter/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "__MSG_page_action_default_title__",
        "default_icon": {
            "16": "\/static\/images\/action\/default\/16.png",
            "24": "\/static\/images\/action\/default\/24.png",
            "32": "\/static\/images\/action\/default\/32.png"
        }
    },
    "author": "__MSG_extension_author__",
    "background": {
        "service_worker": ".\/js\/background\/main.js",
        "type": "module"
    },
    "commands": {
        "apply_default_highlight": {
            "description": "Default Highlight"
        },
        "apply_highlight.0": {
            "description": "Highlight #1"
        },
        "apply_highlight.1": {
            "description": "Highlight #2"
        },
        "apply_highlight.2": {
            "description": "Highlight #3"
        },
        "apply_highlight.3": {
            "description": "Highlight #4"
        },
        "apply_highlight.4": {
            "description": "Highlight #5"
        },
        "apply_highlight.5": {
            "description": "Highlight #6"
        },
        "apply_highlight.6": {
            "description": "Highlight #7"
        },
        "apply_highlight.7": {
            "description": "Highlight #8"
        },
        "apply_highlight.8": {
            "description": "Highlight #9"
        },
        "apply_highlight.9": {
            "description": "Highlight #10"
        },
        "undo_last_create_highlight": {
            "description": "Undo"
        },
        "delete_highlight": {
            "description": "Delete"
        }
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; upgrade-insecure-requests;"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "\/static\/images\/icons\/16.png",
        "32": "\/static\/images\/icons\/32.png",
        "48": "\/static\/images\/icons\/48.png",
        "128": "\/static\/images\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "optional_host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "optional_permissions": [
        "scripting",
        "webNavigation"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tts",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "version": "24",
    "version_name": "2023.07.24",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/content_script\/main.js",
                "\/js\/chunks\/*.js",
                "\/static\/images\/material_icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}