Instrumente
Collection of tools that you might need once in awhile
什麼是Instrumente?
Instrumente是由Stefan Petre開發的Chrome擴展程式,該擴展的主要功能是“Collection of tools that you might need once in awhile”。
擴展截圖
下載Instrumente擴展crx文件
下載Instrumente擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |