CamlJS Console

CamlJS Console with live preview.

什麼是CamlJS Console?

CamlJS Console是由Andrei Markeev開發的Chrome擴展程式,該擴展的主要功能是“CamlJS Console with live preview.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CamlJS Console擴展crx文件

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

擴展使用說明

                        Free and open source development console for creating SharePoint CAML queries, with live preview against real lists and libraries. Uses CamlJs syntax.

Install the extension, navigate to your SharePoint portal, click the extension action button. In the topmost editor window, create a CamlJs query. You will see the generated CAML Query right as you type. Then, switch to the "Data preview" tab, select a list, and the query will be run against the selected list.

CamlJs editor window provides syntax highlighting and intellisense. Intellisense is enhanced by adding the fields of the selected SharePoint list into the code completion list.

The extension is open source, the source code is hosted on GitHub. Please post bug reports, feature requests, etc., to GitHub.                    

擴展基本資訊

名稱 CamlJS Console CamlJS Console
ID ohjcpmdjfihchfhkmimcbklhjdphoeac
官方網址 https://chromewebstore.google.com/detail/camljs-console/ohjcpmdjfihchfhkmimcbklhjdphoeac
簡介 CamlJS Console with live preview.
檔案大小 547 KB
安裝次數 1,395
目前版本 1.0.18
更新時間 2022-02-25
上架時間 2019-10-23
評分 4.87/5 共 15 次評分
開發者 Andrei Markeev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/andrei-markeev/camljs-console
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CamlJS Console",
    "homepage_url": "https:\/\/github.com\/andrei-markeev\/camljs-console",
    "version": "1.0.18",
    "description": "CamlJS Console with live preview.",
    "icons": {
        "16": "AppIcon16.png",
        "32": "AppIcon32.png",
        "48": "AppIcon48.png",
        "96": "AppIcon96.png",
        "128": "AppIcon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "AppIcon19.png",
            "38": "AppIcon38.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}