Sydle One +

Improvements on Sydle One platform

Sydle One +คืออะไร?

Sydle One + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mago Technologies และคุณลักษณะหลักของมันคือ "Improvements on Sydle One platform"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sydle One +

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}