Sydle One +

Improvements on Sydle One platform

什麼是Sydle One +?

Sydle One +是由Mago Technologies開發的Chrome擴展程式,該擴展的主要功能是“Improvements on Sydle One platform”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 + Sydle One +
ID mdleigcceeonfecnijdghodaenbfjden
官方網址 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
}