ChromeDash

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

O que é ChromeDash?

ChromeDash é uma extensão do Chrome desenvolvida por https://theofekfoundation.org, e sua principal característica é "Enter dashes, accents, Greek letters, or alias in general—quickly!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChromeDash

Baixe arquivos de extensão ChromeDash no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ChromeDash ChromeDash
ID bbpiealmmbiefhppikadopbljoppcnoa
URL Oficial https://chromewebstore.google.com/detail/chromedash/bbpiealmmbiefhppikadopbljoppcnoa
Descrição Enter dashes, accents, Greek letters, or alias in general—quickly!
Tamanho do Arquivo 56.93 KB
Contagem de Instalações 1,776
Versão Atual 2.0.5
Última Atualização 2016-12-13
Data de Publicação 2016-12-12
Classificação 4.19/5 Total de 16 Avaliações
Desenvolvedor https://theofekfoundation.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://blog.theofekfoundation.org/google-development/2016/02/05/how-I-created-chromedash/
Idiomas Suportados 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"
            ]
        }
    ]
}