Tilnote Saver (TILNOTE Web Clipper)

Save important ChatGPT chat, selected text, image to notes for editing, share.

Tilnote Saver (TILNOTE Web Clipper)란 무엇입니까?

Tilnote Saver (TILNOTE Web Clipper)은(는) https://tilnote.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save important ChatGPT chat, selected text, image to notes for editing, share."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tilnote Saver (TILNOTE Web Clipper) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TILNOTE SAVER : Easily save and utilize selected text highlights, and images, ChatGPT conversations to tilnote!

Meet a good web clipper that allows you to save and manage text, image and  conversations with ChatGPT as notes.

- From any site, you can right-click and select the selected text or image and scrap it into tilnote.
- Save the ChatGPT conversation tab to notes (markdown note)
- You can easily save a single conversation separately.
- You can edit and share the saved information as a cloud note, or download it as a markdown file.
- Your saved information is set to private by default. You can share directly if you want.

Use the knowledge gained from interesting conversations to edit, fact-check, add your own thoughts, and study.
 
You can use artificial intelligence and notes to achieve your goals. You can easily save and utilize important knowledge by using Tilnote Saver.                    

확장 프로그램 기본 정보

이름 Tilnote Saver (TILNOTE Web Clipper) Tilnote Saver (TILNOTE Web Clipper)
ID focbaalelhmfiddakohmchapddnhbdkp
공식 URL https://chromewebstore.google.com/detail/tilnote-saver-tilnote-web/focbaalelhmfiddakohmchapddnhbdkp
설명 Save important ChatGPT chat, selected text, image to notes for editing, share.
파일 크기 7.33 MB
설치 횟수 110
현재 버전 1.9
최근 업데이트 2024-01-19
출시 날짜 2023-04-19
평점 4.00/5 총 2 개의 평점
개발자 https://tilnote.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tilnote.io
도움말 페이지 URL https://tilnote.io/pages/64395997b1775cc8daaaa731
개인정보 보호 정책 페이지 URL https://tilnote.io/privacy
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.9",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "action": {
        "default_title": "Tilnote Saver",
        "default_popup": "\/build\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "background": {
        "service_worker": "\/build\/background-4c30e188.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/build\/content-1f4a8ca3.js"
            ],
            "run_at": "document_end"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsbyTgP7NoJMjqP0CFfpRTQCCorBynDzob+iMpjP8WyaW\/Pl7p+JHG1bLgKhNwVoUqRGFly3pja9E1YBKiWrXnd5N7VlEPiSVp2\/YHBWAdjzJbPWEvb6BRJe\/pOP0v9UjFGbl5fKEQQO0zp9Ha7Z8cc34ed1KwIDBQr4Ko19oNwswJAm9aCrgDLQO1s3AHrHYA+C7IIYJFioy59oO0PoHe4eMJpgqevtr6XH91NyNZmXzP0thEOy\/hM7f\/yyq38cSa5UsKNYbbymLp3akA3efoaG95a8TbYD9fEXCMhQf5+h2Z3trFgAbvV4w0s4y9ifYYZl\/Hvu58HVcDeMPGv10QwIDAQAB"
}