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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}