Mixtags.com

Save bookmarks to Mixtags.com

什麼是Mixtags.com?

Mixtags.com是由http://mixtags.com開發的Chrome擴展程式,該擴展的主要功能是“Save bookmarks to Mixtags.com”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Mixtags.com擴展crx文件

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

擴展使用說明

                        − Social + Tags Bookmarking Service!

This extension is the best way to save your favorite sites in Mixtags.com

Do you have created thousands of tags? 
Most do not know that tag use? 
Too many tags useless? 

Mixtags helps you clean up the huge tags cloud!

www.mixtags.com                    

擴展基本資訊

名稱 Mixtags.com Mixtags.com
ID hddlgnlcecmdnjagkeimmfidmmbiiaaa
官方網址 https://chrome.google.com/webstore/detail/mixtagscom/hddlgnlcecmdnjagkeimmfidmmbiiaaa
簡介 Save bookmarks to Mixtags.com
檔案大小 13.99 KB
安裝次數 10
目前版本 0.1
更新時間 2014-05-04
上架時間 2014-05-04
評分 5.00/5 共 1 次評分
開發者 http://mixtags.com
付費類型 free
擴展官網 http://mixtags.com/
說明頁面URL http://mixtags.com/help
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Add to Mixtags"
    },
    "name": "Mixtags.com",
    "description": "Save bookmarks to Mixtags.com",
    "homepage_url": "http:\/\/mixtags.com\/",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}