Sydle One +

Improvements on Sydle One platform

O que é Sydle One +?

Sydle One + é uma extensão do Chrome desenvolvida por Mago Technologies, e sua principal característica é "Improvements on Sydle One platform".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sydle One +

Baixe arquivos de extensão Sydle One + no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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                    

Informações Básicas da Extensão

Nome Sydle One + Sydle One +
ID mdleigcceeonfecnijdghodaenbfjden
URL Oficial https://chromewebstore.google.com/detail/sydle-one-+/mdleigcceeonfecnijdghodaenbfjden
Descrição Improvements on Sydle One platform
Tamanho do Arquivo 3.16 MB
Contagem de Instalações 363
Versão Atual 1.6.1
Última Atualização 2020-07-17
Data de Publicação 2020-07-09
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Mago Technologies
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}