Synhix - Read Better in Color

Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!

Was ist Synhix - Read Better in Color?

Synhix - Read Better in Color ist eine Chrome-Erweiterung, die von datumtron entwickelt wurde, und ihr Hauptmerkmal ist "Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Synhix - Read Better in Color-Erweiterungs-CRX-Datei herunterladen

Laden Sie Synhix - Read Better in Color-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Read better in color
--------------------------------
For efficient skimming and focused reading, Synhix uses color-coding to emphasize important words such as proper nouns, numbers, and verbs, while de-emphasizing common words, and highlighting blocks of text like quotes and parentheses. This approach, known as Syntax Highlighting, has been enhancing the readability of programming language texts with significant benefits for over three decades. Completely free to use, the coloring is effortlessly applied and activated instantly with the addition of the extension.  Add to Chrome now; the future of reading is in color. 

Key Features:
---------------------
1. Intelligent Emphasis: Our Syntax Highlighter intelligently de-emphasizes common functional words like prepositions and articles, so you can effortlessly skip them and focus on crucial content.

2. Emphasis on Relevance: Proper nouns, symbols, and abbreviations are highlighted in a reddish color, making them stand out for quick recognition.

3. Numbers in Blue: Easily identify numbers in a bluish hue, ensuring you never miss important numerical information.

4. Verbs Anchored in Green: Verbs, the backbone of any sentence, are highlighted in a greenish color, drawing your attention to the key actions.

5. Natural Nouns: Nouns retain their standard color (black for white backgrounds and white for dark backgrounds), maintaining readability while keeping the focus on critical elements.

6. Block Highlighting: Blocks of text, such as quoted text and content within parentheses, are highlighted as units, helping you swiftly skim or concentrate on specific parts.

7. Constant Improvements: We're committed to continuous improvement! Expect updates with new features based on the latest research and user feedback.

Add to Chrome now and see for yourself!

Why Read with Syntax Highlighting?
---------------------------------------------------------
Studies have demonstrated the remarkable benefits of syntax highlighting for programming languages, streamlining comprehension and improving productivity. See the Wikipedia page for Syntax Highlighting at https://en.wikipedia.org/wiki/Syntax_highlighting. With Synhix, our innovative Chrome extension, we're extending these advantages to natural language reading. 

Color Taste is Personal
-------------------------------------
Personalize Your Reading Experience with Synhix.
We understand that color preferences are as unique as you are. That's why color customization lies at the heart of our design. With Synhix, you're in control of how vibrant or subtle your reading experience is.

Select Your Theme: Choose from our diverse range of themes, from the detail-rich 'Liberal', which colors most elements, to the more restrained 'Moderate' and 'Conservative' options. For a minimalist approach, the 'Black and White' theme offers various shades of gray.

Explore Color Biases: Fine-tune your experience with a 'color bias' setting – a feature best explored firsthand to truly appreciate its impact.

Adjust Contrast Levels: Cater to your visual comfort with five levels of contrast. From 'Very Soft' for a gentler view to 'Very Sharp' for striking clarity. The default 'Medium' setting offers a balanced view, but the choice is yours to make.

Add to Chrome now and dive into a reading experience that's tailored just for you.

Understanding Synhix Permissions and Your Privacy
-----------------------------------------------------------------------------------
Like many browser extensions, Synhix requires permission to read and modify (by adding color information) the content of all websites you visit. However, Synhix is designed to respect your privacy: it does not make any other changes to the websites nor does it use the website text for any purpose other than enhancing your reading experience.

Add to Chrome now and try different color themes.                    

Grundlegende Informationen zur Erweiterung

Name Synhix - Read Better in Color Synhix - Read Better in Color
ID mbhcianpafbengiglmifelchphkmlpci
Offizielle URL https://chromewebstore.google.com/detail/synhix-read-better-in-col/mbhcianpafbengiglmifelchphkmlpci
Beschreibung Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!
Dateigröße 32.44 MB
Installationsanzahl 260
Aktuelle Version 24.03.02
Letztes Update 2024-03-02
Veröffentlichungsdatum 2023-08-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler datumtron
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.datumtron.com
Hilfeseite URL https://www.datumtron.com
URL der Datenschutzrichtlinien-Seite https://1drv.ms/b/s!At_M5bXniy1_g58ej8GyQusVL8GIyw?e=otxJkq
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Synhix - Read Better in Color",
    "description": "Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!",
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "Synhi_X_16.png",
            "32": "Synhi_X_32.png",
            "48": "Synhi_X_48.png",
            "128": "Synhi_X_128.png"
        },
        "default_title": "Synhi Browser Extension"
    },
    "permissions": [
        "offscreen",
        "storage",
        "contextMenus",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.datumtron.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "Synhi_X_16.png",
        "32": "Synhi_X_32.png",
        "48": "Synhi_X_48.png",
        "128": "Synhi_X_128.png"
    },
    "version": "24.03.02",
    "author": "Datumtron Corp., Ashraf Azmi"
}