One click contacts!

Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!

什么是One click contacts!?

One click contacts!是由Pavel Shirobok开发的Chrome扩展程序,该扩展的主要功能是“Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!”。

扩展截图

screenshot

下载One click contacts!扩展crx文件

下载One click contacts!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!

v0.1 release
v0.2 inserting contacts from context menu in editable fields                    

扩展基本信息

名称 One click contacts! One click contacts!
ID glbllbokpbfmneafoeibicekgcnlhlfe
官方URL https://chrome.google.com/webstore/detail/one-click-contacts/glbllbokpbfmneafoeibicekgcnlhlfe
简介 Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!
文件大小 217 KB
安装次数 62
当前版本 0.2
更新时间 2014-06-19
上架时间 2014-06-19
评分 5.00/5 共1次评分
开发者 Pavel Shirobok
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2",
    "name": "One click contacts!",
    "description": "Copying contacts to clipboard in one click! For comfortable sharing you contacts. Best for freelancers!",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.js",
            "js\/app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.1.1.js",
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Contacts for freelancers",
        "default_icon": {
            "19": ".\/img\/icon-19.png",
            "38": ".\/img\/icon-38.png"
        }
    },
    "icons": {
        "16": ".\/img\/icon-19.png",
        "48": ".\/img\/icon-38.png",
        "128": ".\/img\/icon-128.png"
    }
}