Fipsum

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

Fipsumคืออะไร?

Fipsum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Connor Montgomery และคุณลักษณะหลักของมันคือ "Quickly fill out forms with testing data. A port of the Fipsum Safari extension (originally by Dustin Senos <@dustin>)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fipsum

ดาวน์โหลดไฟล์ส่วนขยาย 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
}