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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save important ChatGPT chat, selected text, image to notes for editing, share."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tilnote Saver (TILNOTE Web Clipper) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) |
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" } |