CamlJS Console
CamlJS Console with live preview.
CamlJS Consoleとは何ですか?
CamlJS ConsoleはAndrei Markeevによって開発されたChromeの拡張機能で、その主な機能は「CamlJS Console with live preview.」です。
拡張機能のスクリーンショット
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 |
ID | ohjcpmdjfihchfhkmimcbklhjdphoeac |
公式URL | 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 |
Eメール | [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 } |