Open SGF Using Eidogo
Upload .sgf to Eidogo and open it in a new tab.
Open SGF Using Eidogoとは何ですか?
Open SGF Using EidogoはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Upload .sgf to Eidogo and open it in a new tab.」です。
拡張機能のスクリーンショット
Open SGF Using Eidogo拡張機能のCRXファイルをダウンロード
Open SGF Using Eidogo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Open SGF Using Eidogo |
ID | albcmhmfpkkjfphcndndlpcageojpjbj |
公式URL | https://chromewebstore.google.com/detail/open-sgf-using-eidogo/albcmhmfpkkjfphcndndlpcageojpjbj |
説明 | Upload .sgf to Eidogo and open it in a new tab. |
ファイルサイズ | 17.33 KB |
インストール数 | 98 |
現在のバージョン | 0.11 |
最終更新日 | 2016-04-21 |
公開日 | 2016-04-21 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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 } |