Eureka Extension

Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com

O que é Eureka Extension?

Eureka Extension é uma extensão do Chrome desenvolvida por Salman Oskooi, e sua principal característica é "Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Eureka Extension

Baixe arquivos de extensão Eureka Extension 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

                        Use this extension to add links to Eureka! at     https://eureka-share.herokuapp.com     from your Chrome toolbar. Just log in to the extension with your pre-existing login credentials from the parent site. While browsing articles online, you can now click on the "Add link..." button in the extension's pop-up instead of having to copy links and paste them back at the eureka-share site. 

Shared links are vetted by the Google Safe Browsing API and will not post if flagged by its filter.                    

Informações Básicas da Extensão

Nome Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
URL Oficial https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
Descrição Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
Tamanho do Arquivo 161 KB
Contagem de Instalações 16
Versão Atual 0.1
Última Atualização 2016-02-11
Data de Publicação 2016-02-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Salman Oskooi
Tipo de Pagamento free
Site da Extensão https://eureka-share.herokuapp.com
URL da Página de Ajuda https://github.com/Hackstallion/Eureka-V2
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eureka Extension",
    "version": "0.1",
    "short_name": "Eureka!",
    "author": "Salman Oskooi",
    "description": "Use this extension to add links to Eureka! at https:\/\/eureka-share.herokuapp.com",
    "homepage_url": "https:\/\/eureka-share.herokuapp.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}