Play Framework Tools
This extension helps developers more efficiently build apps with the Play Framework.
Play Framework Tools क्या है?
Play Framework Tools https://www.playframework.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps developers more efficiently build apps with the Play Framework."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play Framework Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features * Auto-Refresh on Change * Open Editor to Error Notes To enable the auto-refresh in Play Framework applications you need to install an SBT plugin. More info: https://github.com/jamesward/play-auto-refresh Version 0.0.11 & 0.0.12 - The src file linking should work in Play 2.2 & 2.3 Version 0.0.9 & 0.0.10 - Attempt to fix the URL matching glob Version 0.0.8 - Works on any Play port Version 0.0.7 - Preserve scroll position Version 0.0.5 & 0.0.6 - Add the jQuery map file Version 0.0.4 - Small bug fixes Version 0.0.3 - When a editor URL does not have an HTTP handler, we can't seem to open it via AJAX (and thus avoiding a new tab to be opened). Until we find a workaround for it, we open the URL in _blank (new tab). Version 0.0.2 - Adds support to click a compile error and have an IDE opened to the correct line. More details: https://github.com/jamesward/play-auto-refresh Version 0.0.1 - Includes support for auto-refreshing the browser whenever a compile runs. *Requires the "play-auto-refresh" SBT plugin: https://github.com/jamesward/play-auto-refresh
एक्सटेंशन की मूल जानकारी
नाम | Play Framework Tools |
ID | dchhggpgbommpcjpogaploblnpldbmen |
आधिकारिक URL | https://chromewebstore.google.com/detail/play-framework-tools/dchhggpgbommpcjpogaploblnpldbmen |
विवरण | This extension helps developers more efficiently build apps with the Play Framework. |
फ़ाइल का आकार | 94.57 KB |
स्थापना संख्या | 627 |
वर्तमान संस्करण | 0.0.12 |
अंतिम अपडेट | 2014-09-02 |
प्रकाशन तिथि | 2014-09-01 |
रेटिंग | 4.71/5 कुल 14 रेटिंग्स |
डेवलपर | https://www.playframework.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play Framework Tools", "description": "This extension helps developers more efficiently build apps with the Play Framework.", "version": "0.0.12", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/*", "http:\/\/*.localhost\/*" ], "js": [ "jquery-1.9.0.min.js", "play-framework-chrome-tools.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "jquery.min.map" ] } |