Furigana Toggle

Toggle furigana on and off.

Furigana Toggle란 무엇입니까?

Furigana Toggle은(는) https://darrenlester.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toggle furigana on and off."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Simply toggles the visibility of furigana off and on. Perfect when you want to test your kanji reading without furigana helping too much!

- Works across many websites.
- One click to turn on and furigana will be hidden on all tabs.

Two modes:
- Just hide all furigana.
- Hide furigana but reveal on hover.

Hover mode can also be set to show kanji which have hidden furigana in another colour.

Please note: Furigana Toggle cannot add furigana to websites which do not have it. It can only hide furigana.                    

확장 프로그램 기본 정보

이름 Furigana Toggle Furigana Toggle
ID nkkjdpdmojaobchjkhhlfgeopllbldcg
공식 URL https://chromewebstore.google.com/detail/furigana-toggle/nkkjdpdmojaobchjkhhlfgeopllbldcg
설명 Toggle furigana on and off.
파일 크기 11.99 KB
설치 횟수 2,829
현재 버전 1.3.0
최근 업데이트 2018-11-17
출시 날짜 2018-11-17
평점 3.69/5 총 13 개의 평점
개발자 https://darrenlester.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.darrenlester.com/projects/furigana-toggle
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana Toggle",
    "version": "1.3.0",
    "description": "Toggle furigana on and off.",
    "author": "Darren Lester",
    "icons": {
        "16": ".\/logo_16.png",
        "48": ".\/logo_48.png",
        "128": ".\/logo_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "furigana-toggle.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Furigana Toggle"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}