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 |
公式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" } } |