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是由Coder of the Galaxy開發的Chrome擴展程式,該擴展的主要功能是“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

下載Paste Ipsum擴展crx文件

下載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
官方網址 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"
    ]
}