Standard Notes Clipper

Web clipper for Standard Notes

Standard Notes Clipper란 무엇입니까?

Standard Notes Clipper은(는) Standard Notes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web clipper for Standard Notes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Standard Notes Clipper extension is the perfect tool for saving and organizing web content. With this extension, you can clip full pages, articles, or select specific elements to save to your Standard Notes account, which is end-to-end encrypted for maximum security.

Whether you're doing research, saving recipes, or just want to keep track of interesting articles, the Standard Notes Clipper makes it easy to store your content in a safe and organized way. Plus, with the ability to link your clipped content to tags and other notes, you can easily find what you're looking for when you need it.                    

확장 프로그램 기본 정보

이름 Standard Notes Clipper Standard Notes Clipper
ID heapafmadojoodklnkhjanbinemaagok
공식 URL https://chromewebstore.google.com/detail/standard-notes-clipper/heapafmadojoodklnkhjanbinemaagok
설명 Web clipper for Standard Notes
파일 크기 3.05 MB
설치 횟수 668
현재 버전 1.1.426
최근 업데이트 2024-03-05
출시 날짜 2023-04-10
평점 5.00/5 총 3 개의 평점
개발자 Standard Notes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://standardnotes.com
개인정보 보호 정책 페이지 URL https://standardnotes.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Standard Notes Clipper",
    "description": "Web clipper for Standard Notes",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html?route=extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src * data: blob:; style-src 'self'; frame-src * blob:; img-src * data: blob:;"
    },
    "version": "1.1.426"
}