Web Clipper

Universal open source web clipper.

Web Clipper란 무엇입니까?

Web Clipper은(는) DiamondYuan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Universal open source web clipper."입니다.

확장 프로그램 스크린샷

screenshot

Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is BETA Version.

Web Clipper is an open source extension.You can save anything on the web to anywhere.And you can easily to add any platform.

SUPPORTED PLATFORM NOW
- Yuque
- Github
- Notion
- Youdao

Web Clipper is a pluginization extension.Any you can easily to write new plugin.
SUPPORTED PLUGIN
-  BOOKMARK
-  FULL PAGE
-  QR CODE
-  MANUAL SELECTION
-  SCREENSHOTS
-  READABILITY

SOURCE CODE
https://github.com/webclipper/web-clipper                    

확장 프로그램 기본 정보

이름 Web Clipper Web Clipper
ID finhmpmkpbacljcdemplngnnjdenihpp
공식 URL https://chromewebstore.google.com/detail/web-clipper/finhmpmkpbacljcdemplngnnjdenihpp
설명 Universal open source web clipper.
파일 크기 1.52 MB
설치 횟수 1,267
현재 버전 1.35.0
최근 업데이트 2023-08-08
출시 날짜 2020-07-01
평점 5.00/5 총 7 개의 평점
개발자 DiamondYuan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clipper.website
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "tool.html"
    ],
    "name": "Web Clipper",
    "version": "1.35.0",
    "description": "Universal open source web clipper.",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.clipper.website\/*",
        "https:\/\/resource.clipper.website\/*",
        "contextMenus"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Test"
        }
    },
    "optional_permissions": [
        "cookies",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}