Highlightion - Save Highlights to Notion

Highlight content on any web page and save to Notion databases.

Highlightion - Save Highlights to Notionคืออะไร?

Highlightion - Save Highlights to Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://highlightion.com และคุณลักษณะหลักของมันคือ "Highlight content on any web page and save to Notion databases."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlightion - Save Highlights to Notion

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

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

                        Highlightion is a tool that synchronizes your highlights on any web page with Notion databases.

Notion is an all-in-one workspace that includes notes, tasks, wikis, and databases. If you haven't used Notion yet, you should start now. 

Notion databases are perfect for storing all your highlighted pieces. With Highlightion, every single highlight is stored as an item or page in a Notion database.

✅ Once you highlight something on a web page, you can send the highlight to a Notion database along with other properties such as page URL, tags, and notes.
✅ After that, you can view your saved highlights right inside your Notion database.
✅ You can also create different views of the Notion database to organize your highlights.
✅ Sharing the Notion database with others is also an option.

We hope this synchronization tool helps you become more efficient and makes your life easier. 

💌 If you have any questions or suggestions, please contact us at [email protected]                    

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

ชื่อ Highlightion - Save Highlights to Notion Highlightion - Save Highlights to Notion
ID chadjfleiefolhngbpkdpdhajbkhpaij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlightion-save-highlig/chadjfleiefolhngbpkdpdhajbkhpaij
คำอธิบาย Highlight content on any web page and save to Notion databases.
ขนาดไฟล์ 404 KB
จำนวนการติดตั้ง 285
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-02-28
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://highlightion.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.highlightion.com
ภาษาที่รองรับ en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "1.3.0",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "commands": {
        "openPopupWindow": {
            "suggested_key": {
                "default": "Ctrl+H",
                "mac": "MacCtrl+H"
            },
            "description": "Open Pop-up Window"
        }
    },
    "host_permissions": [
        "https:\/\/*.digitalworldturbo.com\/",
        "https:\/\/api.notion.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:3000\/*",
            "https:\/\/*.highlightion.com\/*"
        ]
    }
}