Sydle One +
Improvements on Sydle One platform
Sydle One +란 무엇입니까?
Sydle One +은(는) Mago Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improvements on Sydle One platform"입니다.
확장 프로그램 스크린샷
Sydle One + 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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 |
이메일 | [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 } |