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ファイルをダウンロード

ChromeDash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}