Neo4j Exporter

Allows Neo4j favourites to be exported / imported / downloaded.

Neo4j Exporter क्या है?

Neo4j Exporter Evan Knowles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows Neo4j favourites to be exported / imported / downloaded."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neo4j Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
}