SeeSynesthete

Experience synesthesia. Colourise webpage text.

什麼是SeeSynesthete?

SeeSynesthete是由emmawebdeveloper00開發的Chrome擴展程式,該擴展的主要功能是“Experience synesthesia. Colourise webpage text.”。

擴展截圖

screenshot

下載SeeSynesthete擴展crx文件

下載SeeSynesthete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SeeSynesthete SeeSynesthete
ID jgimnahaelecabgmkjkobnfifoibcklo
官方網址 https://chromewebstore.google.com/detail/seesynesthete/jgimnahaelecabgmkjkobnfifoibcklo
簡介 Experience synesthesia. Colourise webpage text.
檔案大小 484 KB
安裝次數 37
目前版本 0.9
更新時間 2020-11-03
上架時間 2020-11-02
評分 4.50/5 共 2 次評分
開發者 emmawebdeveloper00
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}