CuratorSpot - Content Curation Tool.

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

CuratorSpot - Content Curation Tool. là gì?

CuratorSpot - Content Curation Tool. là một tiện ích mở rộng Chrome được phát triển bởi https://curatorspot.com, và tính năng chính của nó là "Curate Content to bookmark, share, build newsletters, blog.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CuratorSpot - Content Curation Tool.

Tải xuống các tệp mở rộng CuratorSpot - Content Curation Tool. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
URL Chính Thức https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
Mô tả Curate Content to bookmark, share, build newsletters, blog.
Kích Thước Tệp 8.41 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2017-05-11
Ngày Phát Hành 2017-05-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://curatorspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://curatorspot.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}