Easy Paste

A chrome extension to keep all your frequently used profile links just a click away.

什麼是Easy Paste?

Easy Paste是由https://www.sahildua.com開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to keep all your frequently used profile links just a click away.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Easy Paste擴展crx文件

下載Easy Paste擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension helps you keep all your frequently used profile links handy.

It lets you save these links and use them anywhere with just a click. 
This extension will help you apply for jobs and create profiles in a jiffy. Just click and voila! you have the link by your side.

It helps you get rid of the hassle of opening a new tab, reaching a particular URL and then copying it before the link can be put to some use.  
Download this extension to skip this cumbersome process and jump onto the "put the link to use" part.

Happy easy-pasting!                    

擴展基本資訊

名稱 Easy Paste Easy Paste
ID kdbifnpknkobjfefmaggbjohangaemid
官方網址 https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid
簡介 A chrome extension to keep all your frequently used profile links just a click away.
檔案大小 2.59 MB
安裝次數 442
目前版本 1.2.0
更新時間 2016-10-13
上架時間 2016-10-13
評分 4.20/5 共 5 次評分
開發者 https://www.sahildua.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Paste",
    "description": "A chrome extension to keep all your frequently used profile links just a click away.",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "assets\/icons\/48x48.png",
        "default_popup": "index.html",
        "default_title": "Easy Paste"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    }
}