UpdateStar SigParser

Creates contacts from text on a web page.

什么是UpdateStar SigParser?

UpdateStar SigParser是由https://client.updatestar.com开发的Chrome扩展程序,该扩展的主要功能是“Creates contacts from text on a web page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载UpdateStar SigParser扩展crx文件

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

扩展使用说明

                        Creates contacts (vCard, .vcf) from any text on a web page. Simply select the text that contains the contact information and choose "Create contact" from the context menu (right click). vCards are compatible with GMail, Windows Contacts, Thunderbird, and Microsoft Outlook among others.                    

扩展基本信息

名称 UpdateStar SigParser UpdateStar SigParser
ID fmbkdliofapchagfjmmlafhhdoeojceg
官方URL https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg
简介 Creates contacts from text on a web page.
文件大小 25.2 KB
安装次数 87
当前版本 1.0
更新时间 2016-03-08
上架时间 2016-03-08
评分 5.00/5 共1次评分
开发者 https://client.updatestar.com
付费类型 free
扩展官网 http://client.updatestar.com/sigparser/overview/
帮助页面URL http://client.updatestar.com/contact
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UpdateStar SigParser",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "popup.html",
        "popup.css",
        "SigParser.js"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}