Contaxio

Click the Contaxio button in the toolbar and search for your contacts.

什麼是Contaxio?

Contaxio是由https://contax.io開發的Chrome擴展程式,該擴展的主要功能是“Click the Contaxio button in the toolbar and search for your contacts.”。

擴展截圖

screenshot

下載Contaxio擴展crx文件

下載Contaxio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With this extension, Contaxio users can quickly search for Twitter, Facebook, and Google contacts.  This is the perfect companion to your Contaxio (http://contax.io) social rolodex.                    

擴展基本資訊

名稱 Contaxio Contaxio
ID jjnoeokbcacoadmpkkpaofcehgjeihie
官方網址 https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie
簡介 Click the Contaxio button in the toolbar and search for your contacts.
檔案大小 52.12 KB
安裝次數 11
目前版本 2.2
更新時間 2014-04-13
上架時間 2014-04-13
評分 5.00/5 共 1 次評分
開發者 https://contax.io
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contaxio",
    "version": "2.2",
    "description": "Click the Contaxio button in the toolbar and search for your contacts.",
    "browser_action": {
        "default_title": "Contaxio",
        "default_icon": "favicon.png",
        "default_popup": "contaxio.html"
    },
    "icons": {
        "16": "favicon.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/contax.io\/*",
        "https:\/\/contax.io\/*"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}