Save To Obsidian

Extension To save Website to Obsidian @Dan Monceau

Save To Obsidianคืออะไร?

Save To Obsidian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danmonceau.fr และคุณลักษณะหลักของมันคือ "Extension To save Website to Obsidian @Dan Monceau"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save To Obsidian

ดาวน์โหลดไฟล์ส่วนขยาย Save To Obsidian ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an unofficial Chrome extension for Obsidian. 

Our extension allows you to quickly and easily save any website you visit using a specific format and specific information defined in our extension template. You can then easily export your saves to the Obsidian application for organization and future use. Use this extension to save blog posts, product pages, research references and more, for future reference or professional use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save To Obsidian Save To Obsidian
ID lpjpknbaigncdplelcbbpfadnepginhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-obsidian/lpjpknbaigncdplelcbbpfadnepginhc
คำอธิบาย Extension To save Website to Obsidian @Dan Monceau
ขนาดไฟล์ 13.9 KB
จำนวนการติดตั้ง 627
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2022-10-24
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://danmonceau.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.danmonceau.fr/
URL หน้าช่วยเหลือ https://www.danmonceau.fr/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save To Obsidian",
    "description": "Extension To save Website to Obsidian @Dan Monceau",
    "version": "1.3",
    "author": "Dan Monceau",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "ico.png"
        },
        "default_title": "Save To Obsidian",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "ico.png",
        "48": "ico.png",
        "128": "ico.png"
    }
}