Soulmix Extension

Remix the best of the web.

Soulmix Extensionคืออะไร?

Soulmix Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://soulmix.com และคุณลักษณะหลักของมันคือ "Remix the best of the web."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soulmix Extension

ดาวน์โหลดไฟล์ส่วนขยาย Soulmix Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Soulmix Chrome Extension makes it easy to share your favorite online finds.

Click the Chrome extension icon to bring up options for sharing.

Pro-tip: Right-clicking on an image and press the 'Remix It!' button as a shortcut to share images!

--
Soulmix: Remix the best of the web.

Soulmix is a free online tool to collect and share your favorite things online.

* Share your favorite images, web articles, videos, slideshares, soundclounds, vines, etc.
* Add your own thoughts, perspectives, and opinions to each post
* Organize your the posts into your own personal remixes
* Follow others to discover more great stuff

Check us out at: http://www.soulmix.com

If you have any questions, get in touch at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Soulmix Extension Soulmix Extension
ID bblgelgkbofjlnjedielgedgiagcgejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/soulmix-extension/bblgelgkbofjlnjedielgedgiagcgejf
คำอธิบาย Remix the best of the web.
ขนาดไฟล์ 432 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2014-07-15
วันที่เผยแพร่ 2014-07-15
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://soulmix.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soulmix Extension",
    "short_name": "Soulmix",
    "description": "Remix the best of the web.",
    "version": "0.0.7",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "background",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "bookmarklet.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.11.1.min.js",
        "bookmarklet.js",
        "bookmarklet.css"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Post to Soulmix"
    }
}