Neo4j Exporter
Allows Neo4j favourites to be exported / imported / downloaded.
Neo4j Exporterとは何ですか?
Neo4j ExporterはEvan Knowlesによって開発されたChromeの拡張機能で、その主な機能は「Allows Neo4j favourites to be exported / imported / downloaded.」です。
拡張機能のスクリーンショット
Neo4j Exporter拡張機能のCRXファイルをダウンロード
Neo4j Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Neo4j provides an excellent front-end for querying the database, however it does not provide functionality for importing / exporting favourite scripts - commonly users are advised to manually copy and paste them. This extension adds a second menu in the favourites tab, that allows for the scripts to be downloaded as readable scripts, or downloaded as a file that can be imported into another Neo4j browser by dragging and dropping the file. The extension updates any scripts that have a matching ID to a script that already exists, and appends it to the list otherwise. Existing scripts that are not in the import are not changed, and folder IDs are updated in case the importing system has a different folder ID from the target system.
拡張機能の基本情報
名前 | Neo4j Exporter |
ID | nifbiilmebabmhiekpccmhjcenkkfbke |
公式URL | https://chromewebstore.google.com/detail/neo4j-exporter/nifbiilmebabmhiekpccmhjcenkkfbke |
説明 | Allows Neo4j favourites to be exported / imported / downloaded. |
ファイルサイズ | 47.15 KB |
インストール数 | 103 |
現在のバージョン | 1.3 |
最終更新日 | 2016-07-13 |
公開日 | 2016-07-13 |
開発者 | Evan Knowles |
支払い方法 | free |
拡張機能のウェブサイト | http://www.knowles.co.za |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Neo4j Exporter", "description": "Allows Neo4j favourites to be exported \/ imported \/ downloaded.", "version": "1.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery-3.0.0.min.js", "script.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" } ], "manifest_version": 2 } |