Open SGF Using Eidogo

Upload .sgf to Eidogo and open it in a new tab.

What is Open SGF Using Eidogo?

Open SGF Using Eidogo is a Chrome extension developed by Unknown, and its main feature is "Upload .sgf to Eidogo and open it in a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Open SGF Using Eidogo Extension CRX File

Download Open SGF Using Eidogo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily open a .sgf file using Eidog.
Right click the link to .sgf and select to send it to eidogo.com.

Source code available at: https://github.com/wendelbsilva/send2eidogo

DISCLAIMER: I DO NOW own neither Eidogo or AEB Database.                    

Extension Basic Information

Name Open SGF Using Eidogo Open SGF Using Eidogo
ID albcmhmfpkkjfphcndndlpcageojpjbj
Official URL https://chromewebstore.google.com/detail/open-sgf-using-eidogo/albcmhmfpkkjfphcndndlpcageojpjbj
Description Upload .sgf to Eidogo and open it in a new tab.
File Size 17.33 KB
Installation Count 98
Current Version 0.11
Last Updated 2016-04-21
Publish Date 2016-04-21
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open SGF Using Eidogo",
    "description": "Upload .sgf to Eidogo and open it in a new tab.",
    "version": "0.11",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "browser_action": {
        "default_title": "title",
        "default_icon": "19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}