Sydle One +
Improvements on Sydle One platform
Sydle One + क्या है?
Sydle One + Mago Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improvements on Sydle One platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sydle One + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 + |
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 } |