Eureka Extension

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

Eureka Extension क्या है?

Eureka Extension Salman Oskooi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eureka Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
आधिकारिक URL https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
विवरण Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
फ़ाइल का आकार 161 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-02-11
प्रकाशन तिथि 2016-02-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Salman Oskooi
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://eureka-share.herokuapp.com
सहायता पृष्ठ URL https://github.com/Hackstallion/Eureka-V2
समर्थित भाषाएँ 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"
    ]
}