Ghost Bookmarker

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

Ghost Bookmarker क्या है?

Ghost Bookmarker Ghost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Ghost Bookmarker to easily add links and notes to a post, straight from your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ghost Bookmarker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}