Bookmarker for Notion

Eye-candy 21st century bookmarks, straight into your notion workspace

Bookmarker for Notion क्या है?

Bookmarker for Notion Zeppelin Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eye-candy 21st century bookmarks, straight into your notion workspace"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Forget your old-fashioned web-bookmarks and get auto generated content previews that magnify your content, creating amazing Notion collections.                    

एक्सटेंशन की मूल जानकारी

नाम Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
आधिकारिक URL https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
विवरण Eye-candy 21st century bookmarks, straight into your notion workspace
फ़ाइल का आकार 2.42 MB
स्थापना संख्या 911
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2023-02-06
प्रकाशन तिथि 2022-06-07
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Zeppelin Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bookmarkerfornotion.com
सहायता पृष्ठ URL http://bookmarkerfornotion.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarker for Notion",
    "author": "Zeppelin Labs",
    "version": "0.1.7",
    "description": "Eye-candy 21st century bookmarks, straight into your notion workspace",
    "homepage_url": "https:\/\/bookmarkerfornotion.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Open the popup",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}