Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

什麼是Nuxeo Dev Tools?

Nuxeo Dev Tools是由Nuxeo開發的Chrome擴展程式,該擴展的主要功能是“A handy collection of shortcuts and tools for the Nuxeo developer”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Nuxeo Dev Tools擴展crx文件

下載Nuxeo Dev Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        * Hot reload of Studio project
* JSON export of documents
* Document Search
* Trace Mode enablement
* Elasticsearch reindexing
* Error Display

...and many other utilities, right at the corner of your browser.

Use keyword "nx", then tab to access the Nuxeo Omnibox.

For use with Nuxeo LTS 2016+                    

擴展基本資訊

名稱 Nuxeo Dev Tools Nuxeo Dev Tools
ID kncphbjdicjganncpalklkllihdidcmh
官方網址 https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh
簡介 A handy collection of shortcuts and tools for the Nuxeo developer
檔案大小 438 KB
安裝次數 2,423
目前版本 3.1.5
更新時間 2023-03-20
上架時間 2019-09-18
評分 4.56/5 共 9 次評分
開發者 Nuxeo
電子郵箱 [email protected]
付費類型 free
擴展官網 https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/
說明頁面URL https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f
隱私政策頁面URL https://www.nuxeo.com/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nuxeo Dev Tools",
    "version": "3.1.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "A handy collection of shortcuts and tools for the Nuxeo developer",
    "icons": {
        "16": "images\/nuxeo-16.png",
        "128": "images\/nuxeo-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications",
        "background",
        "",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/app.prodpad.com\/"
    ],
    "omnibox": {
        "keyword": "nx"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/nuxeo-19.png",
            "38": "images\/nuxeo-38.png"
        },
        "default_title": "Nuxeo Dev Tools",
        "default_popup": "popup.html"
    }
}