1Click Text Highlighter & Marker 2.0.1

Marks text with a click or selection. Simply press Alt or Option to activate. Easy to use.

1Click Text Highlighter & Marker 2.0.1とは何ですか?

1Click Text Highlighter & Marker 2.0.1はFelix Grebenstein Berlinによって開発されたChromeの拡張機能で、その主な機能は「Marks text with a click or selection. Simply press Alt or Option to activate. Easy to use.」です。

拡張機能のスクリーンショット

screenshot
screenshot

1Click Text Highlighter & Marker 2.0.1拡張機能のCRXファイルをダウンロード

1Click Text Highlighter & Marker 2.0.1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Highlight what matters with 1 Click Text Marker 2.0. Dive into long texts without losing focus, because with 1-Click Text Marker 2.0, highlighting essential points has never been this seamless.

📌 Why Choose 1-Click Text Marker 2.0?

• One-Tap Magic: Click on a word or drag over a passage - highlighting is a breeze.
• Precision, Guaranteed: No more partial word highlights. Get clean, full-word marking every time.
• Customize Your Palette: From subtle shades to bold hues, choose the perfect color for your context.
• Undo in a Snap: Made an error? Revert highlights with the same ease.



------------------------------------------------------------------------------------------------------------------------
What's new in Version 2.0.1?

• Enhanced Highlighting Algorithm: Effortlessly select with improved precision. Whether it's a single word or an entire passage, get perfect highlights every time.
• Expanded Color Palette: More shades, more customization! Choose from an even wider range of colors to match your mood or the content's context.
• Smart Undo Feature: Made a mistake? No worries! Reverting highlights instantly with a single click now works even better and more intuitively.
• Optimized Performance: Faster, smoother, and more reliable. Experience lag-free highlighting even on the longest of web pages. Ready shortly after the page loads.
• Intuitive User Interface: A sleeker design ensures you get the most out of every feature, without any hassle. The new onboarding page gives you an easy introduction of how highlighting works.


- bugs fixed: issue when copying large texts fixed

I'm thrilled to present this revamped and fully optimized version of 1 Click Text Marker that allows you to highlight text with absolute ease. Whether you click on a word or drag to select, 1 Click Text Marker 2.0 just works, and all highlights are reversible just as easily. No need to be accurate when selecting text to highlight, the extension ensures that entire words are highlighted for a cleaner look. With a diverse color palette you can pick the perfect shade for every context. Experience effortless highlighting and enhance your reading, research, or browsing with 1 Click Text Marker 2.0.

To contribute or submit issues visit: https://github.com/Felixberlingfn/1click-highlighter                    

拡張機能の基本情報

名前 1Click Text Highlighter & Marker 2.0.1 1Click Text Highlighter & Marker 2.0.1
ID emblnilgmphckfkocfghpmdghiplmpnp
公式URL https://chromewebstore.google.com/detail/1click-text-highlighter-m/emblnilgmphckfkocfghpmdghiplmpnp
説明 Marks text with a click or selection. Simply press Alt or Option to activate. Easy to use.
ファイルサイズ 1.06 MB
インストール数 275
現在のバージョン 2.0.1
最終更新日 2023-12-18
公開日 2023-08-09
評価 5.00/5 合計 3 レビュー
開発者 Felix Grebenstein Berlin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Felixberlingfn/1click-highlighter
ヘルプページのURL https://github.com/Felixberlingfn/1click-highlighter
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "1Click Text Highlighter & Marker 2.0.1",
    "version": "2.0.1",
    "description": "Marks text with a click or selection. Simply press Alt or Option to activate. Easy to use.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "settings_and_onboarding\/settings0_main.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "highlight16.png",
        "48": "highlight48.png",
        "128": "highlight128.png"
    }
}