Goodbye Quora Embed Button

Stop the Embed Quote button on Quora from popping up when you select/highlight text.

O que é Goodbye Quora Embed Button?

Goodbye Quora Embed Button é uma extensão do Chrome desenvolvida por Createch, e sua principal característica é "Stop the Embed Quote button on Quora from popping up when you select/highlight text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Goodbye Quora Embed Button

Baixe arquivos de extensão Goodbye Quora Embed Button 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

                        Stop "Embed Quote" button on Quora from popping up when you select/highlight text.

BUGS/NOT WORKING:

If something is broken, let me know: [email protected]

UPDATES:

1.47 - Oops, fix bug where the extension disabled all hover events. <3 @HebronGeorge for fixing
1.46 - Make it work again, thanks to @hebron-george
1.45 - Hide the quote-hover-menu using CSS instead of JS, now that Quora exposes it.
1.44 - Works with secure browsing, so both HTTP and HTTPS Quora URLs use the extension.
1.3 - Fixed a bug that prevented other popups from appearing. Thanks for the feedback!
1.1 - Now works on the homepage as well.

Source code at https://github.com/createch/goodbye-quora-embed-button                    

Informações Básicas da Extensão

Nome Goodbye Quora Embed Button Goodbye Quora Embed Button
ID ajpcmnmkmdijmiabfclcpogoagnbnjca
URL Oficial https://chrome.google.com/webstore/detail/goodbye-quora-embed-butto/ajpcmnmkmdijmiabfclcpogoagnbnjca
Descrição Stop the Embed Quote button on Quora from popping up when you select/highlight text.
Tamanho do Arquivo 14.18 KB
Contagem de Instalações 73
Versão Atual 1.47
Última Atualização 2015-04-05
Data de Publicação 2015-04-05
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor Createch
Tipo de Pagamento free
Site da Extensão https://github.com/createch/goodbye-quora-embed-button
URL da Página de Ajuda https://github.com/createch/goodbye-quora-embed-button/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodbye Quora Embed Button",
    "version": "1.47",
    "manifest_version": 2,
    "description": "Stop the Embed Quote button on Quora from popping up when you select\/highlight text.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quora.com\/*"
            ],
            "css": [
                "goodbye.css"
            ],
            "all_frames": false
        }
    ]
}