Dev Tools
Collection of Handy tools for web/developers!
Dev Toolsとは何ですか?
Dev Toolsはhttps://ratsubsharewall.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Collection of Handy tools for web/developers!」です。
拡張機能のスクリーンショット
Dev Tools拡張機能のCRXファイルをダウンロード
Dev Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Boost your web/development productivity Provides a collection of various free tools for developers and users out there who might find them useful. - URL Encoder/Decoder - HTML Encoder/Decoder - Javascript Formatter - CSS Beautifier/Formatter - XML Beautifier/Formatter - Text=>Image watermark - Base⁶⁴ Img Data URL For suggestions & feedback write to: [email protected] About Me: https://ratsubsharewall.blogspot.com/p/about-rathanavel.html Privacy: https://ratsubsharewall.blogspot.com/p/privacy-policy.html
拡張機能の基本情報
名前 | Dev Tools |
ID | ahaclkcdfdcebbegimadgdlkccjdkmca |
公式URL | https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca |
説明 | Collection of Handy tools for web/developers! |
ファイルサイズ | 106 KB |
インストール数 | 885 |
現在のバージョン | 5.0 |
最終更新日 | 2021-05-04 |
公開日 | 2018-08-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://ratsubsharewall.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://onlinedevtool.blogspot.com/ |
プライバシーポリシーページのURL | https://dtools.app/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools", "short_name": "Collection of Handy tools", "description": "Collection of Handy tools for web\/developers!", "version": "5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Dev Tools" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |