Synhix - Read Better in Color

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

Co je Synhix - Read Better in Color?

Synhix - Read Better in Color je rozšíření Chrome vyvinuté datumtron, a jeho hlavní funkcí je „Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Synhix - Read Better in Color

Stáhněte si soubory rozšíření Synhix - Read Better in Color ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Synhix - Read Better in Color Synhix - Read Better in Color
ID mbhcianpafbengiglmifelchphkmlpci
Oficiální URL https://chromewebstore.google.com/detail/synhix-read-better-in-col/mbhcianpafbengiglmifelchphkmlpci
Popis Discover a New Way of Reading the Web with Color-Coded Syntax Highlighting. It's Effortless and Completely Free!
Velikost souboru 32.44 MB
Počet instalací 260
Aktuální Verze 24.03.02
Poslední Aktualizace 2024-03-02
Datum Vydání 2023-08-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář datumtron
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.datumtron.com
URL Stránky Nápovědy https://www.datumtron.com
URL Stránky Zásad Ochrany Soukromí https://1drv.ms/b/s!At_M5bXniy1_g58ej8GyQusVL8GIyw?e=otxJkq
Podporované Jazyky 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"
}