Sydle One +
Improvements on Sydle One platform
Sydle One +とは何ですか?
Sydle One +はMago Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Improvements on Sydle One platform」です。
拡張機能のスクリーンショット
Sydle One +拡張機能のCRXファイルをダウンロード
Sydle One +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Easy access to _id and class._id attributes - Remeber your org - Favorites tab added! You can drag and drop classes into the favorites heart or favorites label and make it easier to find your beloved classes. - Ace editor theme change for the sydle one plataform. .Editor theme .Font family .Font Size It changes the css of the editor inside the plataform automatically. Also you can change between many themes from ace editor (with examples of each theme) Updates: 1.6.1: Id fixes, id enable and disable option, changes in options page 1.6.0: _id, class._id on cards and org name 1.5.1: Favorites hotfix
拡張機能の基本情報
名前 | Sydle One + |
ID | mdleigcceeonfecnijdghodaenbfjden |
公式URL | https://chromewebstore.google.com/detail/sydle-one-+/mdleigcceeonfecnijdghodaenbfjden |
説明 | Improvements on Sydle One platform |
ファイルサイズ | 3.16 MB |
インストール数 | 363 |
現在のバージョン | 1.6.1 |
最終更新日 | 2020-07-17 |
公開日 | 2020-07-09 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Mago Technologies |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sydle One +", "description": "Improvements on Sydle One platform", "version": "1.6.1", "web_accessible_resources": [ "styles\/*", "fonts\/*", "fontFamilies\/*", "ace-editor\/*", "font-faces.css" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.sydle.one\/*" ], "js": [ "script.js" ] } ], "options_ui": { "page": "index.html", "open_in_tab": false }, "permissions": [ "https:\/\/*.sydle.one\/*", "storage" ], "background": { "page": "background.html" }, "browser_action": { "title": "SYDLE ONE Config" }, "manifest_version": 2 } |