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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}