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ファイルをダウンロード

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                    

拡張機能の基本情報

名前 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"
}