Eureka Extension

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

Vad är Eureka Extension?

Eureka Extension är en Chrome-tillägg utvecklad av Salman Oskooi, och dess huvudfunktion är "Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Eureka Extension-förlängningens CRX-fil

Ladda ner Eureka Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
Officiell webbadress https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
Beskrivning Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
Filstorlek 161 KB
Antal Installationer 16
Aktuell Version 0.1
Senast Uppdaterad 2016-02-11
Publiceringsdatum 2016-02-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Salman Oskooi
Betalningssätt free
Tilläggswebbplats https://eureka-share.herokuapp.com
Hjälpsida URL https://github.com/Hackstallion/Eureka-V2
Stödda Språk 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"
    ]
}