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
公式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"
    ]
}