HackMD-it

HackMD browser integration extension

HackMD-itคืออะไร?

HackMD-it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hackmd.io และคุณลักษณะหลักของมันคือ "HackMD browser integration extension"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackMD-it

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

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

                        HackMD-it - A HackMD browser extension optimized for SPEED (and integration with GitHub and GitLab.)

We love HackMD because it is FAST. And we love Git.
If you are like us, you will love HackMD-it, the official browser extension that boosts your speed using HackMD and extends your HackMD experience to your browser

## Features:

- Hotkey invokation (ctrl + shift + k)
- Search and Pin your HackMD notes and open them immediately
- Bring real-time collaboration to GitHub

See tutorial at https://hackmd.io/c/tutorials/%2Fs%2Fhackmd-it
See changelog at https://hackmd.io/s/hackmd-it-release-notes

Tell us how you think here! https://forms.gle/nPZKEy3dpfVSxmw16

## Changelog

## v0.4.3

- Republish to Chrome extension store
- Remove extraneous permissions

## v0.4.2

- You can now add and delete self-host GitLab instances in management list

## v0.4.1

- Fix documentation of keyboard shortcut
- Add feedback/tutorials button
- Add bug report link at option page

## v0.4.0

- new popup page
- You can now pin notes to easily find them later
- You can now use hot keys to open the extension and switch focus bewteen notes
    - open extension: ctrl+shift+k
    - switch notes: Tab, ↑, ↓
- It will now show pinned and recent notes when you are not searching
- Hide sync editing block when no notes are under sync editing
- It will now opens a note at current tab when the tab is empty
- Fix dropdown color in option page

## v0.3.5
- Fix freezing page with new template feature

## v0.3.4
- Fix `Edit on GitHub` button for GitHub

## v0.3.3
## v0.3.2
- New popup page
- New option page
- Search notes from HackMD browsing history
- Choose your preferred language on Option page

## v0.3.1
## v0.3.0

- Search note from history

## v0.2.0

- GitLab support

## v0.1.2

- Fix extension not working on Firefox
- Release notification: tell you when extension get updated

## v0.1.1

- An option page for customizing hackmd host
- Constrain permission to hackmd.io and github.com
- Add option to hide warning messages when closing tabs                    

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

ชื่อ HackMD-it HackMD-it
ID cnephjboabhkldgfpdokefccdofncdjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hackmd-it/cnephjboabhkldgfpdokefccdofncdjh
คำอธิบาย HackMD browser integration extension
ขนาดไฟล์ 420 KB
จำนวนการติดตั้ง 3,582
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2021-04-22
วันที่เผยแพร่ 2020-02-05
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://hackmd.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hackmd.io
URL หน้าช่วยเหลือ https://github.com/hackmdio/hackmd-it-issues/issues
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.4.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/hackmdio\/hackmd-it-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "applications": {
        "gecko": {
            "id": "{c6d86c3c-1cea-4172-9125-b094f8322c3d}"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webNavigation",
        "notifications",
        "https:\/\/github.com\/*",
        "https:\/\/gitlab.com\/*",
        "https:\/\/hackmd.io\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": "images\/logo.png",
        "default_title": "HackMD-it!",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*.js",
        "images\/*"
    ],
    "options_page": "option.html",
    "options_ui": {
        "page": "option.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            }
        }
    }
}