Paste Ipsum

Paste Ipsum straight from your right click menu. You got bacon, cupcakes, books, movies and regular ipsum at the tip of your mouse!

Paste Ipsumคืออะไร?

Paste Ipsum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coder of the Galaxy และคุณลักษณะหลักของมันคือ "Paste Ipsum straight from your right click menu. You got bacon, cupcakes, books, movies and regular ipsum at the tip of your mouse!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Paste Ipsum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Paste Ipsum allows you to right click and paste different types of Ipsum without having to go somewhere else to get it. All you gotta do is right click and Paste Ipsum! It saves a lot of time if you're looking for a quick way to fill up text boxes, input fields . . . you name it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paste Ipsum Paste Ipsum
ID mkbikjdfkhonedidmbfjgiaiekghaeeo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mkbikjdfkhonedidmbfjgiaiekghaeeo
คำอธิบาย Paste Ipsum straight from your right click menu. You got bacon, cupcakes, books, movies and regular ipsum at the tip of your mouse!
ขนาดไฟล์ 807 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.1.0.1
อัปเดตครั้งล่าสุด 2017-05-21
วันที่เผยแพร่ 2017-05-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Coder of the Galaxy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paste Ipsum",
    "description": "Paste Ipsum straight from your right click menu. You got bacon, cupcakes, books, movies and regular ipsum at the tip of your mouse!",
    "version": "1.1.0.1",
    "background": {
        "scripts": [
            "\/src\/assets\/lib\/jquery-3.2.1.min.js",
            "\/src\/options\/chromeApiWrapper.js",
            "\/src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/assets\/lib\/jquery-3.2.1.min.js",
                "\/src\/assets\/resources\/ipsums\/defaultIpsum.js",
                "\/src\/assets\/resources\/ipsums\/baconIpsum.js",
                "\/src\/assets\/resources\/ipsums\/cupcakesIpsum.js",
                "\/src\/assets\/resources\/ipsums\/booksIpsum.js",
                "\/src\/assets\/resources\/ipsums\/moviesIpsum.js",
                "\/src\/options\/chromeApiWrapper.js",
                "\/src\/utils\/ipsumGenerator.js",
                "\/src\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "src\/assets\/resources\/img\/icon16.png",
        "48": "src\/assets\/resources\/img\/icon48.png",
        "128": "src\/assets\/resources\/img\/icon128.png"
    },
    "options_page": "src\/options\/options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "src\/options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "src\/assets\/resources\/img\/icon256.png",
            "38": "src\/assets\/resources\/img\/icon256.png"
        },
        "default_title": "Paste Ipsum Options",
        "default_popup": "src\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs"
    ]
}