Eureka Extension

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

什麼是Eureka Extension?

Eureka Extension是由Salman Oskooi開發的Chrome擴展程式,該擴展的主要功能是“Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Eureka Extension擴展crx文件

下載Eureka Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}