Mixtags.com

Save bookmarks to Mixtags.com

Mixtags.comคืออะไร?

Mixtags.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mixtags.com และคุณลักษณะหลักของมันคือ "Save bookmarks to Mixtags.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixtags.com

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}