Instrumente
Collection of tools that you might need once in awhile
Instrumente क्या है?
Instrumente Stefan Petre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collection of tools that you might need once in awhile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instrumente एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tools included: * Text conversion: lowercase, uppercase, capitalize, HTML entities, URI * Lorem ipsum generator: no. of paragraphs and words, full HTML with titles, lists and ordered lists * Random password generator: password length, include numbers, lowercase and uppercase letters and other characters * E-mail obfuscation: result as JavaScript * .htpasswd password generator * Grid calculator: column width and number, gutter and total width * Regular expression tester * JavaScript, JSON, CSS and HTML beautifier * List of HTML entities * Font Awesome icons search Changelog: 01/11/2014 - 1.7.1 * Fixed bug where not tab was activated if there are no options in localstorage 01/11/2014 - 1.7 * Added options page * Added option to set tabs order and visibility 01/05/2014 - 1.6.2 * Added Font Awesome icons search * Removed permissions (not used) * Added exclamation mark and question mark to lorem ipsum generator * Fixed bug where "Lowercase and capitalize first word" was not working on uppercased text
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ahchimdkljhhfjkklkafookapgikdhkk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instrumente/ahchimdkljhhfjkklkafookapgikdhkk |
विवरण | Collection of tools that you might need once in awhile |
फ़ाइल का आकार | 196 KB |
स्थापना संख्या | 2,143 |
वर्तमान संस्करण | 1.7.1 |
अंतिम अपडेट | 2014-01-11 |
प्रकाशन तिथि | 2014-01-11 |
रेटिंग | 4.89/5 कुल 54 रेटिंग्स |
डेवलपर | Stefan Petre |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instrumente", "version": "1.7.1", "manifest_version": 2, "description": "Collection of tools that you might need once in awhile", "browser_action": { "default_icon": "icon.png", "default_title": "Instrumente", "default_popup": "app.html" }, "permissions": [ "storage" ], "icons": { "128": "icon_128.png" }, "options_page": "options.html" } |