High Ascii Fixer/Stripper

This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing

O que é High Ascii Fixer/Stripper?

High Ascii Fixer/Stripper é uma extensão do Chrome desenvolvida por max.b.barry, e sua principal característica é "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão High Ascii Fixer/Stripper

Baixe arquivos de extensão High Ascii Fixer/Stripper 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

                        Adds a context menu that allows you to copy text form a web page to your clipboard stripped of high ascii but with curly single/double quotes and em-dashes replaced with straight single/double quotes and normal dashes                    

Informações Básicas da Extensão

Nome High Ascii Fixer/Stripper High Ascii Fixer/Stripper
ID ljeekfhcfkndemjfoifbgcjealgabpmi
URL Oficial https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi
Descrição This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing
Tamanho do Arquivo 3.51 KB
Contagem de Instalações 29
Versão Atual 1.1
Última Atualização 2015-05-12
Data de Publicação 2015-05-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor max.b.barry
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "High Ascii Fixer\/Stripper",
    "description": "This will change curly single\/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing",
    "version": "1.1",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ]
}