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
Eメール [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'"
}