Eureka Extension

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

Co to jest Eureka Extension?

Eureka Extension to rozszerzenie Chrome opracowane przez Salman Oskooi, a jego główną funkcją jest „Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Eureka Extension

Pobierz pliki rozszerzeń Eureka Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
Oficjalny URL https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
Opis Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
Rozmiar pliku 161 KB
Liczba instalacji 16
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-11
Data Publikacji 2016-02-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Salman Oskooi
Typ Płatności free
Strona Rozszerzenia https://eureka-share.herokuapp.com
Adres URL Strony Pomocy https://github.com/Hackstallion/Eureka-V2
Obsługiwane Języki 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"
    ]
}