CuratorSpot - Content Curation Tool.

Curate Content to bookmark, share, build newsletters, blog.

CuratorSpot - Content Curation Tool.คืออะไร?

CuratorSpot - Content Curation Tool. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://curatorspot.com และคุณลักษณะหลักของมันคือ "Curate Content to bookmark, share, build newsletters, blog."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CuratorSpot - Content Curation Tool.

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

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

                        CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/                    

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

ชื่อ CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
คำอธิบาย Curate Content to bookmark, share, build newsletters, blog.
ขนาดไฟล์ 8.41 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2017-05-11
วันที่เผยแพร่ 2017-05-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://curatorspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://curatorspot.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CuratorSpot - Content Curation Tool.",
    "short_name": "CuratorSpot",
    "description": "Curate Content to bookmark, share, build newsletters, blog.",
    "version": "3.0",
    "background": {
        "scripts": [
            "event.js",
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}