The Yellowdig Extension

Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.

The Yellowdig Extensionคืออะไร?

The Yellowdig Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yellowdig.com และคุณลักษณะหลักของมันคือ "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community."

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

screenshot
screenshot

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

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

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

                        Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community. Pin notes, links, photos, office files, videos, feed etc. for your own use later or to share with others in your community. You decide what you share with whom. It is that simple.                    

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

ชื่อ The Yellowdig Extension The Yellowdig Extension
ID dnnkpopigdngaodampfadmcgcfiepncb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-yellowdig-extension/dnnkpopigdngaodampfadmcgcfiepncb
คำอธิบาย Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.
ขนาดไฟล์ 372 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.9.3
อัปเดตครั้งล่าสุด 2016-08-31
วันที่เผยแพร่ 2016-08-31
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.yellowdig.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Yellowdig Extension",
    "version": "1.9.3",
    "description": "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Yellowdig it!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/content.js",
        "js\/popup.js",
        "js\/yd.js",
        "manifest.json"
    ],
    "background": {
        "scripts": [
            "js\/popup.js",
            "js\/yd.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "bgicon.png"
    },
    "author": "Six Deg Inc."
}