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
官方URL 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"
    }
}