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
官方網址 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
}