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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
官方網址 | 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" } } |