Sans Forgetica: Study Mode by RMIT University

Sans Forgetica is a typeface scientifically designed to help you remember your study materials and other written information.

Sans Forgetica: Study Mode by RMIT University란 무엇입니까?

Sans Forgetica: Study Mode by RMIT University은(는) RMIT University에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sans Forgetica is a typeface scientifically designed to help you remember your study materials and other written information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sans Forgetica: Study Mode by RMIT University 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ★ How to use
Sans Forgetica: Study Mode is easy to use. Simply activate the Chrome extension in your browser, then highlight any on screen text that you wish to retain in memory. Sans Forgetica is best used as a highlighting tool for particular phrases, rather than whole texts. 
 
★ What’s wrong with my regular font?
From its invention, the story of typeface design has been one of technological limitation. Today, however, typography has been unleashed. Digital formats allow us to think and craft beyond the physical restrictions of materials. Never before has it been so easy to craft letterforms that bend to the will of our imaginations.
 
But research has shown that the clean, smooth typefaces typically used in contemporary computer user interfaces may be less effective in presenting information to the reader. When a piece of information is too easily and cleanly perceived, it fails to engage our brains in the kind of deeper cognitive processing necessary for effective retention and recall.
 
★ The science behind Sans Forgetica
Sans Forgetica was designed under the scientific guidance of Dr Janneke Blijlevens and Dr Jo Laban from RMIT’s Behavioural Business Lab. The font works using principles of psychology, fused with type design, to create a condition known as ‘desirable difficulty’ – obstructions to the learning process that aid the retention and recall of information.
 
★ The face behind the type
The design of Sans Forgetica was led by RMIT Lecturer of Typography and renowned typographer Stephen Banham. Working in collaboration with RMIT’s Behavioural Business Lab, Stephen developed multiple typefaces at varying degrees of ‘distinctiveness’. The typefaces were then put to the test through a series of memory and fluency tests undertaken by the Behavioural Business Lab. The typeface which showed the best effect on memory retention became ‘ Sans Forgetica’.
 
★ What next?
To find out more about some of the exciting, collaborative, multidisciplinary projects happening at RMIT University, visit http://www.rmit.edu.au                    

확장 프로그램 기본 정보

이름 Sans Forgetica: Study Mode by RMIT University Sans Forgetica: Study Mode by RMIT University
ID jojbobbpjflbaekncckdbanjoakgpbbc
공식 URL https://chromewebstore.google.com/detail/sans-forgetica-study-mode/jojbobbpjflbaekncckdbanjoakgpbbc
설명 Sans Forgetica is a typeface scientifically designed to help you remember your study materials and other written information.
파일 크기 135 KB
설치 횟수 20,000
현재 버전 1.2
최근 업데이트 2018-10-12
출시 날짜 2018-10-11
평점 2.73/5 총 118 개의 평점
개발자 RMIT University
결제 유형 free
확장 프로그램 웹 사이트 https://sansforgetica.rmit/
도움말 페이지 URL https://www.rmit.edu.au/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sans Forgetica: Study Mode by RMIT University",
    "short_name": "Sans Forgetica",
    "description": "Sans Forgetica is a typeface scientifically designed to help you remember your study materials and other written information.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "styles\/main.min.css"
            ],
            "js": [
                "scripts\/content\/content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/*",
        "index.html",
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background\/background.min.js"
        ],
        "persistent": false
    }
}