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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Instrumente 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 Instrumente Instrumente
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"
}