Paste 'Lorem ipsum...'

Right click on a text field or textarea to insert the 'lorem ipsum' text.

Paste 'Lorem ipsum...'とは何ですか?

Paste 'Lorem ipsum...'は[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Right click on a text field or textarea to insert the 'lorem ipsum' text.」です。

拡張機能のスクリーンショット

screenshot

Paste 'Lorem ipsum...'拡張機能のCRXファイルをダウンロード

Paste 'Lorem ipsum...'拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Works with HTML5 input types. eg. email, url, number.


N.B. This extension doesn't work on input fields which have been added to the page using javascript. For example Tinymce or the Drupal overlay editing interface.                    

拡張機能の基本情報

名前 Paste 'Lorem ipsum...' Paste 'Lorem ipsum...'
ID ihmllonaidjepimjdhjdcgodgekcmhop
公式URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/ihmllonaidjepimjdhjdcgodgekcmhop
説明 Right click on a text field or textarea to insert the 'lorem ipsum' text.
ファイルサイズ 41.1 KB
インストール数 2,730
現在のバージョン 1.0
最終更新日 2013-08-21
公開日 2013-08-21
評価 2.05/5 合計 38 レビュー
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/nwjlyons/lorem-ipsum
ヘルプページのURL https://github.com/nwjlyons/lorem-ipsum/issues
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paste 'Lorem ipsum...'",
    "description": "Right click on a text field or textarea to insert the 'lorem ipsum' text.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.6.4.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}