SeeSynesthete

Experience synesthesia. Colourise webpage text.

Qu'est-ce que SeeSynesthete ?

SeeSynesthete est une extension Chrome développée par emmawebdeveloper00, et sa fonction principale est "Experience synesthesia. Colourise webpage text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SeeSynesthete

Téléchargez les fichiers d'extension SeeSynesthete au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        SeeSynesthete
A chrome extension that allows you to experience the internet the way a synesthete does.

By changing the colour of text on webpages, this chrome extension replicates grapheme-colour synesthesia. Synesthesia is a neurological condition that can stimulate multiple cognitive pathways, causing a multi-sensory experience. Grapheme-colour synesthesia can cause people to see letters, numbers and symbols with a unique colour when reading and writing. We encourage you to explore the world this extension allows in the hopes of increasing awareness of Synesthesia and the diverse ways individuals perceive the online and offline world. 

FUNCTIONALITY
**** NOTE: Selecting your own colours will be coming in the next update. ****
Within this extension you have the ability to choose your own colours or apply the default colours - which are my own personal colours as a synesthete - to webpage text. Click on the coloured boxes in the settings and use the colour picker to apply your own colours. 

This extension currently works best on webpages without automatic refresh or infinite load. The text will appear coloured on the initial load of these pages, however will disappear as the page refreshes itself or as the user scrolls down.                    

Informations de Base sur l'Extension

Nom SeeSynesthete SeeSynesthete
ID jgimnahaelecabgmkjkobnfifoibcklo
URL Officiel https://chromewebstore.google.com/detail/seesynesthete/jgimnahaelecabgmkjkobnfifoibcklo
Description Experience synesthesia. Colourise webpage text.
Taille du Fichier 484 KB
Nombre d'Installations 37
Version Actuelle 0.9
Dernière Mise à Jour 2020-11-03
Date de Publication 2020-11-02
Évaluation 4.50/5 Total 2 Évaluations
Développeur emmawebdeveloper00
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SeeSynesthete",
    "description": "Experience synesthesia. Colourise webpage text.",
    "version": "0.9",
    "author": "Emma Ramsey",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content.js",
                "pageProcessor.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": [],
        "default_title": "Settings",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/images\/seesynesthetelogo16.png",
        "48": ".\/images\/seesynesthetelogo48.png",
        "128": ".\/images\/seesynesthetelogo128.png"
    }
}