SeeSynesthete

Experience synesthesia. Colourise webpage text.

SeeSynesthete란 무엇입니까?

SeeSynesthete은(는) emmawebdeveloper00에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience synesthesia. Colourise webpage text."입니다.

확장 프로그램 스크린샷

screenshot

SeeSynesthete 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}