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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}