Sydle One +

Improvements on Sydle One platform

Was ist Sydle One +?

Sydle One + ist eine Chrome-Erweiterung, die von Mago Technologies entwickelt wurde, und ihr Hauptmerkmal ist "Improvements on Sydle One platform".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Sydle One +-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sydle One +-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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                    

Grundlegende Informationen zur Erweiterung

Name Sydle One + Sydle One +
ID mdleigcceeonfecnijdghodaenbfjden
Offizielle URL https://chromewebstore.google.com/detail/sydle-one-+/mdleigcceeonfecnijdghodaenbfjden
Beschreibung Improvements on Sydle One platform
Dateigröße 3.16 MB
Installationsanzahl 363
Aktuelle Version 1.6.1
Letztes Update 2020-07-17
Veröffentlichungsdatum 2020-07-09
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Mago Technologies
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}