Crumble Clipper

The Crumble Clipper complements our web application to intelligently collect, discover and create insights.

Crumble Clipper là gì?

Crumble Clipper là một tiện ích mở rộng Chrome được phát triển bởi http://lovecrumble.com, và tính năng chính của nó là "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crumble Clipper

Tải xuống các tệp mở rộng Crumble Clipper 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

                        Summarise any webpage, find points of interest and collect crumbs of information and build the full story of any topic really quickly. Be more productive and simplify your workspace with Crumble.                    

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

Tên Crumble Clipper Crumble Clipper
ID ckohcnnilkkadadhclghafaaokhblpma
URL Chính Thức https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma
Mô tả The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
Kích Thước Tệp 2.15 MB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-08-19
Ngày Phát Hành 2020-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://lovecrumble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lovecrumble.com
URL Trang Trợ Giúp https://lovecrumble.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crumble Clipper",
    "description": "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.",
    "version": "1.5",
    "icons": {
        "128": "icons\/128.ico",
        "48": "icons\/48.ico",
        "16": "icons\/32.ico"
    },
    "browser_action": {
        "default_icon": "icons\/bg_circle_black.png",
        "default_popup": "profile.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.5.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/lovecrumble.com\/check_login\/",
        "https:\/\/lovecrumble.com\/get_boards\/",
        "https:\/\/lovecrumble.com\/post_data\/",
        "https:\/\/lovecrumble.com\/post_page\/",
        "contextMenus",
        "notifications",
        "https:\/\/api.lovecrumble.com\/crumble\/summarise\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/popup.js",
        "scripts\/background.js",
        "summarise.html"
    ]
}