Clojure Extension
Adds an option to the context menu which allows you to eval selected Clojure code.
Clojure Extension क्या है?
Clojure Extension Big Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an option to the context menu which allows you to eval selected Clojure code."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clojure Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Like Clojure and often read blogs about it? Often have to start up a REPL and copy&paste a snippet just to see how will it evaluate? Worry no more! Install this Chrome extension and you will have another option in your browser's context menu - Eval as Clojure. Select a piece of Clojure code, right click it and choose this option and you will instantly get a notification with evaluation results. Look at the screenshot to see how it works or install this extension and try it out yourself! Change log: Version 0.6 2012-01-08 -Added support for evaluation of multiple Clojure forms (including defs) in a single request. -Added extension options page. Users can now choose between desktop notifications and plain old alerts.
एक्सटेंशन की मूल जानकारी
नाम | Clojure Extension |
ID | dkhaobmljgohccicjemmbacpooaacgeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/clojure-extension/dkhaobmljgohccicjemmbacpooaacgeo |
विवरण | Adds an option to the context menu which allows you to eval selected Clojure code. |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 0.8 |
अंतिम अपडेट | 2016-11-21 |
प्रकाशन तिथि | 2016-11-19 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Big Solutions |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://chromeclojure.com |
सहायता पृष्ठ URL | https://github.com/goranjovic/chromeclojure/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clojure Extension", "description": "Adds an option to the context menu which allows you to eval selected Clojure code.", "version": "0.8", "manifest_version": 2, "permissions": [ "contextMenus", "notifications", "http:\/\/chromeclojure.com\/" ], "icons": { "16": "icon-tiny.png", "48": "icon-small.png", "128": "icon-large.png" }, "background": { "scripts": [ "jquery-3.1.1.min.js", "chromeclojure.js" ] }, "options_page": "options.html", "content_security_policy": "default-src 'self'; style-src 'self'; connect-src http:\/\/chromeclojure.com\/; " } |