Save to WebCull

A plugin that makes it easier to save websites to the WebCull bookmark manager.

什么是Save to WebCull?

Save to WebCull是由http://webcull.com开发的Chrome扩展程序,该扩展的主要功能是“A plugin that makes it easier to save websites to the WebCull bookmark manager.”。

扩展截图

screenshot
screenshot

下载Save to WebCull扩展crx文件

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

扩展使用说明

                        Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.                    

扩展基本信息

名称 Save to WebCull Save to WebCull
ID fiecfoalabmdglnpljckaajopfbdgcea
官方URL https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea
简介 A plugin that makes it easier to save websites to the WebCull bookmark manager.
文件大小 101 KB
安装次数 1,257
当前版本 1.1.1
更新时间 2022-01-24
上架时间 2020-05-22
评分 2.25/5 共4次评分
开发者 http://webcull.com
电子邮箱 [email protected]
扩展官网 https://webcull.com
帮助页面URL https://webcull.com/reading/faq
隐私政策页面URL https://webcull.com/policy/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to WebCull",
    "short_name": "WebCull",
    "version": "1.1.1",
    "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.",
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        "cookies",
        "https:\/\/webcull.com\/"
    ],
    "browser_action": {
        "default_title": "Add to WebCull",
        "default_icon": {
            "16": "images\/webcull-16x.png",
            "32": "images\/webcull-32x.png",
            "48": "images\/webcull-48x.png",
            "128": "images\/webcull-128x.png"
        },
        "default_popup": "views\/bootstrap.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/q.js",
            "js\/lib\/lib.js",
            "js\/background\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/webcull-16x.png",
        "32": "images\/webcull-32x.png",
        "48": "images\/webcull-48x.png",
        "128": "images\/webcull-128x.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'"
}