Fipsum

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

What is Fipsum?

Fipsum is a Chrome extension developed by Connor Montgomery, and its main feature is "Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).".

Extension Screenshots

screenshot

Download Fipsum Extension CRX File

Download Fipsum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Fipsum Fipsum
ID ehalkpgjdgeipmndfjfeogjfnheopfeh
Official URL https://chrome.google.com/webstore/detail/fipsum/ehalkpgjdgeipmndfjfeogjfnheopfeh
Description Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>).
File Size 12.59 KB
Installation Count 12
Current Version 0.3
Last Updated 2015-07-23
Publish Date 2015-07-23
Rating 3.50/5 Total 2 Ratings
Developer Connor Montgomery
Payment Type free
Extension Website http://cnnr.me
Help Page URL http://cnnr.me
Supported Languages 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
}