MageTools: DevTools Reimagined
A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
MageTools: DevTools Reimaginedとは何ですか?
MageTools: DevTools Reimaginedはhttps://mage.toolsによって開発されたChromeの拡張機能で、その主な機能は「A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.」です。
拡張機能のスクリーンショット
MageTools: DevTools Reimagined拡張機能のCRXファイルをダウンロード
MageTools: DevTools Reimagined拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MageTools is an alternative to DevTools for building interfaces. It reimagines the frontend development process to make working with HTML and CSS faster, easier, and more ergonomic. 🔍 inspect an element's styles 5x faster than DevTools 🎨 rapidly design UIs with real-time CSS editing 📄 live-preview changes to HTML attributes 👪 comb through parents/children with an intuitive tree view ⌨️ use comfortable, easy-to-remember keyboard shortcuts 📱 gain quality-of-life features for mobile development 🔮 more features coming soon
拡張機能の基本情報
名前 | MageTools: DevTools Reimagined |
ID | jemdgiimoenlbpbkjpacjbkjmhgopaei |
公式URL | https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei |
説明 | A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs. |
ファイルサイズ | 84.8 KB |
インストール数 | 737 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-10-06 |
公開日 | 2020-03-21 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | https://mage.tools |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mage.tools |
ヘルプページのURL | https://mage.tools |
プライバシーポリシーページのURL | https://mage.tools/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MageTools: DevTools Reimagined", "short_name": "MageTools", "version": "1.1.0", "manifest_version": 2, "description": "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-48.png" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |