mirigana
Adding furigana to kanji on Twitter
mirigana란 무엇입니까?
mirigana은(는) Larvata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding furigana to kanji on Twitter"입니다.
확장 프로그램 스크린샷
mirigana 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mirigana helps you learn the pronunciation of Kanji by annotating the furigana in each tweet. Note: This extension only works on twitter.com. Features: 1. You can choose builtin or online engine for parsing. 2. Add the furigana to the Kanji in each tweet. 3. You can adjust the furigana size and color in the popup page. 4. The furigana will also be added when you copy the text from a tweet.
확장 프로그램 기본 정보
이름 | mirigana |
ID | hbekfodhcnfpkmoeaijgbamedofonjib |
공식 URL | https://chromewebstore.google.com/detail/mirigana/hbekfodhcnfpkmoeaijgbamedofonjib |
설명 | Adding furigana to kanji on Twitter |
파일 크기 | 17.04 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2023-08-22 |
출시 날짜 | 2020-06-17 |
평점 | 4.84/5 총 37 개의 평점 |
개발자 | Larvata |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/ctx_mirigana |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "mirigana", "version": "1.4.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "icons\/action-icon-16.png", "48": "icons\/app-icon-48.png", "64": "icons\/app-icon-64.png", "128": "icons\/app-icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/action-icon-16.png", "48": "icons\/action-icon-48.png", "64": "icons\/action-icon-64.png", "128": "icons\/action-icon-128.png" }, "default_popup": "components\/popup\/popup.html" }, "options_ui": { "page": "components\/options\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "constants.js", "content_scripts\/console.js", "content_scripts\/setting-storage.js", "content_scripts\/common.js", "content_scripts\/miri.js", "content_scripts\/twitter.js" ] } ], "permissions": [ "tabs", "storage" ] } |