Crumble Clipper

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

什么是Crumble Clipper?

Crumble Clipper是由http://lovecrumble.com开发的Chrome扩展程序,该扩展的主要功能是“The Crumble Clipper complements our web application to intelligently collect, discover and create insights.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Crumble Clipper扩展crx文件

下载Crumble Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Crumble Clipper Crumble Clipper
ID ckohcnnilkkadadhclghafaaokhblpma
官方URL https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma
简介 The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
文件大小 2.15 MB
安装次数 83
当前版本 1.5
更新时间 2020-08-19
上架时间 2020-06-28
评分 5.00/5 共1次评分
开发者 http://lovecrumble.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://lovecrumble.com
帮助页面URL https://lovecrumble.com
支持的语言 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"
    ]
}