Fipsum

Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).

Fipsumとは何ですか?

FipsumはConnor Montgomeryによって開発されたChromeの拡張機能で、その主な機能は「Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).」です。

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

screenshot

Fipsum拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simply right-click anywhere on a page that you'd like to auto-fill with content, click "Fipsum", and you're done.

Fipsum is a simple way to fill forms out with fake data on a page. It was originally made as a Safari extension by Dustin Senos (@dustin), but has been ported to Chrome by Connor Montgomery (@connor).                    

拡張機能の基本情報

名前 Fipsum Fipsum
ID ehalkpgjdgeipmndfjfeogjfnheopfeh
公式URL https://chrome.google.com/webstore/detail/fipsum/ehalkpgjdgeipmndfjfeogjfnheopfeh
説明 Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).
ファイルサイズ 12.59 KB
インストール数 12
現在のバージョン 0.3
最終更新日 2015-07-23
公開日 2015-07-23
評価 3.50/5 合計 2 レビュー
開発者 Connor Montgomery
支払い方法 free
拡張機能のウェブサイト http://cnnr.me
ヘルプページのURL http://cnnr.me
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "visibility.js",
                "fipsum.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "default-src * 'unsafe-inline'",
    "description": "Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).",
    "icons": {
        "128": "logo.jpg",
        "16": "logo-16.jpg",
        "48": "logo-48.jpg"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0k3jnQy5o2G7L1hxBqKSqACHnOfZKk11nNWDK2D4qqJVImppxp+Keijlm6iAvGSr1v9qweoI17fGdDy8N5ZOW2gg1jQg2S3Srw0smH5N8ALMTYYawgwYWBsQ5iOKpHSAvIUUj5dGM8qjwUcWwezkc00\/9n\/569e5cwabUU14K4wIDAQAB",
    "name": "Fipsum",
    "permissions": [
        "contextMenus",
        "",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3",
    "manifest_version": 2
}