Ghost Bookmarker

Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser.

Ghost Bookmarkerคืออะไร?

Ghost Bookmarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ghost และคุณลักษณะหลักของมันคือ "Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghost Bookmarker

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

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

                        Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser. Links are saved as a bookmark card (with an optional note) to a draft post called “Bookmarked links.” If this post doesn’t already exist, it’s created for you. Otherwise, bookmark cards are added to the existing content. If you publish the post or change the title, Ghost Bookmarker will create a new post with the “Bookmarked links” title. One way to use this is to save links during the week, publish your curated link list, and then repeat the process as needed.                    

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

ชื่อ Ghost Bookmarker Ghost Bookmarker
ID aakhcgcbiehjpkmhngjjommcdhnobpho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ghost-bookmarker/aakhcgcbiehjpkmhngjjommcdhnobpho
คำอธิบาย Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser.
ขนาดไฟล์ 3.42 MB
จำนวนการติดตั้ง 781
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2023-06-03
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Ghost
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ghost.org/
URL หน้าช่วยเหลือ https://ghost.org/integrations/bookmarker/
URL หน้านโยบายความเป็นส่วนตัว https://ghost.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ghost Bookmarker",
    "version": "0.1.3",
    "description": "Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser.",
    "permissions": [
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "host_permissions": [
        "https:\/\/*.ghost.io\/*",
        "https:\/\/*.ghost.org\/*",
        "https:\/\/*.ghost.is\/*"
    ],
    "options_page": "pages\/options.html",
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png",
            "128": "icons\/logo-128.png"
        },
        "default_title": "Ghost Bookmarker"
    },
    "background": {
        "service_worker": "dist\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "commands": {
        "bookmark_command": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Add a bookmark to Ghost"
        }
    }
}