Eureka Extension

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

Qu'est-ce que Eureka Extension ?

Eureka Extension est une extension Chrome développée par Salman Oskooi, et sa fonction principale est "Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eureka Extension

Téléchargez les fichiers d'extension Eureka Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
URL Officiel https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
Description Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
Taille du Fichier 161 KB
Nombre d'Installations 16
Version Actuelle 0.1
Dernière Mise à Jour 2016-02-11
Date de Publication 2016-02-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur Salman Oskooi
Type de Paiement free
Site Web de l'Extension https://eureka-share.herokuapp.com
URL de la Page d'Aide https://github.com/Hackstallion/Eureka-V2
Langues Prises en Charge 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"
    ]
}