ChromeDash

Enter dashes, accents, Greek letters, or alias in general—quickly!

ChromeDash란 무엇입니까?

ChromeDash은(는) https://theofekfoundation.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enter dashes, accents, Greek letters, or alias in general—quickly!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A custom, all-purpose, word aliaser!

You can now create your own aliases in addition to en and em dashes!
Moreover, the extension comes with built-in alias packs, including Greek, accents, and math symbols!

Simply enter two dashes (hyphens) for an en–dash, and three for an em–dash! This can be changed, as can all other aliases you make!

This works nearly anywhere, in google, hangouts, messenger, facebook, etc.

If it doesn't work on a site that you use, be sure to report a bug, or contact us!

Feel free to send feedback or issues, or ask for increased dash functionality!

Thanks so much for your support!                    

확장 프로그램 기본 정보

이름 ChromeDash ChromeDash
ID bbpiealmmbiefhppikadopbljoppcnoa
공식 URL https://chromewebstore.google.com/detail/chromedash/bbpiealmmbiefhppikadopbljoppcnoa
설명 Enter dashes, accents, Greek letters, or alias in general—quickly!
파일 크기 56.93 KB
설치 횟수 1,776
현재 버전 2.0.5
최근 업데이트 2016-12-13
출시 날짜 2016-12-12
평점 4.19/5 총 16 개의 평점
개발자 https://theofekfoundation.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://blog.theofekfoundation.org/google-development/2016/02/05/how-I-created-chromedash/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeDash",
    "short_name": "ChromeDash",
    "version": "2.0.5",
    "description": "Enter dashes, accents, Greek letters, or alias in general\u2014quickly!",
    "browser_action": {
        "default_icon": "browsericon.png",
        "default_popup": "browserpopup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ChromeDash16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "author": "Ofek Gila",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "general.js",
                "content.js"
            ]
        }
    ]
}