neo4j Commander

Edit, Clone, Merge, Calculate, Undo, Bookmarks, and much much more

neo4j Commanderคืออะไร?

neo4j Commander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย netbiz global ltd และคุณลักษณะหลักของมันคือ "Edit, Clone, Merge, Calculate, Undo, Bookmarks, and much much more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย neo4j Commander

ดาวน์โหลดไฟล์ส่วนขยาย neo4j Commander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔥 There is a NEW VERSION available: neo4j Commander 3 🔥

https://chrome.google.com/webstore/detail/neo4j-commander/bkckbmnflmjhjcamhoinobndahnjahea

-----

THIS IS THE OUTDATED v2
neo4j Commander for neo4j graph databases lets you...

📌 Navigate the graph
📌 View nodes and relationships and all of their data
📌 Edit labels and properties of nodes and relationships
📌 Create and delete nodes and relationships
📌 Use – and convert between – all datatypes of neo4j, including temporal and spatial types as well as arrays
📌 It comes with a handy buil-in calculator for numerical values to evaluate Javascript and Cypher
📌 a full-screen, multi-line text/code editor with syntax highlighting for Markup, Markdown, JSON and more
📌 a special node merger
📌 and a data exporter for JSON and Cypher in various formats

🔥 You get a complete UNDO-History for operations like label and property changes of nodes and relations and even node and relationship deletion

🔥 You also get a handy query history, bookmarks for connections, queries and editor setups you need frequently, a very useful Export feature and preferences to set your favorite labels, properties and avatars for keeping a clear view on your data

🔥 Its fully responsive UI can be used on all devices and form factors

Note: Chrome web store shows a notification that the app requests access to your "browser history". That's because the app has a handy popup to manage and switch to open neo4j Commander tabs quickly. NONE of your browsing history or tabs/URLs is being read/used/stored!

[Neo4j® and Cypher® are registered trademarks of Neo4j, Inc.]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ neo4j Commander neo4j Commander
ID ogpifodnckgdgljgbachomcjmkfkickk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neo4j-commander/ogpifodnckgdgljgbachomcjmkfkickk
คำอธิบาย Edit, Clone, Merge, Calculate, Undo, Bookmarks, and much much more
ขนาดไฟล์ 2.66 MB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 2.8.6
อัปเดตครั้งล่าสุด 2022-01-14
วันที่เผยแพร่ 2021-11-27
ผู้พัฒนา netbiz global ltd
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://neo4jcommander.com
URL หน้าช่วยเหลือ https://netbizltd.com/neo4jcommander-connect/
URL หน้านโยบายความเป็นส่วนตัว https://netbizltd.com/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "neo4j Commander",
    "description": "Edit, Clone, Merge, Calculate, Undo, Bookmarks, and much much more",
    "version": "2.8.6",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}