LL Developer Tools
Add some useful function for Web Developer
LL Developer Tools क्या है?
LL Developer Tools https://leolovenet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add some useful function for Web Developer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LL Developer Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
(1)集成了 xdebugHelper ,并增加更多选项 (2)禁用浏览器缓存 (3)展示 HTTP 回应头信息,以及服务器的 IP 地址 (1)The integration of the xdebugHelper, and add more options (2)Disable the browser cache (3)Display HTTP response header information, and server IP address 源码地址 Github : https://github.com/leolovenet/LLDT-chrome-plugin
एक्सटेंशन की मूल जानकारी
नाम | LL Developer Tools |
ID | kmhkenfbapdengjogcengbnpagkjonad |
आधिकारिक URL | https://chromewebstore.google.com/detail/ll-developer-tools/kmhkenfbapdengjogcengbnpagkjonad |
विवरण | Add some useful function for Web Developer |
फ़ाइल का आकार | 98.88 KB |
स्थापना संख्या | 173 |
वर्तमान संस्करण | 4.0.1 |
अंतिम अपडेट | 2015-01-22 |
प्रकाशन तिथि | 2015-01-22 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://leolovenet.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/leolovenet/LLDT-chrome-plugin |
सहायता पृष्ठ URL | https://github.com/leolovenet/LLDT-chrome-plugin |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_appName__", "description": "__MSG_manifest_appDescription__", "version": "4.0.1", "author": "[email protected]", "background": { "page": "backgroud.html" }, "content_scripts": [ { "all_frames": false, "css": [ "assets\/styles\/lldt.css" ], "js": [ "assets\/libs\/jquery.js", "assets\/scripts\/lldt.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "assets\/images\/logo.png" }, "manifest_version": 2, "minimum_chrome_version": "22", "page_action": { "default_icon": "assets\/images\/logo.png", "default_popup": "popupMenu.html", "default_title": "__MSG_manifest_pageAction_defaultTitle__" }, "default_locale": "zh_CN", "options_page": "options.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "web_accessible_resources": [ "assets\/images\/*.png" ], "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "__MSG_manifest_pageAction_executeCommands_Des__" } } } |