Instrumente
Collection of tools that you might need once in awhile
Instrumenteคืออะไร?
Instrumente เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Petre และคุณลักษณะหลักของมันคือ "Collection of tools that you might need once in awhile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instrumente
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |