Sydle One +
Improvements on Sydle One platform
Co to jest Sydle One +?
Sydle One + to rozszerzenie Chrome opracowane przez Mago Technologies, a jego główną funkcją jest „Improvements on Sydle One platform”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sydle One +
Pobierz pliki rozszerzeń Sydle One + w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- 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
Podstawowe informacje o rozszerzeniu
Nazwa | Sydle One + |
ID | mdleigcceeonfecnijdghodaenbfjden |
Oficjalny URL | https://chromewebstore.google.com/detail/sydle-one-+/mdleigcceeonfecnijdghodaenbfjden |
Opis | Improvements on Sydle One platform |
Rozmiar pliku | 3.16 MB |
Liczba instalacji | 363 |
Aktualna Wersja | 1.6.1 |
Ostatnia Aktualizacja | 2020-07-17 |
Data Publikacji | 2020-07-09 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | Mago Technologies |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |