Bookmarker for Notion

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

Vad är Bookmarker for Notion?

Bookmarker for Notion är en Chrome-tillägg utvecklad av Zeppelin Labs, och dess huvudfunktion är "Eye-candy 21st century bookmarks, straight into your notion workspace".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Bookmarker for Notion-förlängningens CRX-fil

Ladda ner Bookmarker for Notion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
Officiell webbadress https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Beskrivning Eye-candy 21st century bookmarks, straight into your notion workspace
Filstorlek 2.42 MB
Antal Installationer 911
Aktuell Version 0.1.7
Senast Uppdaterad 2023-02-06
Publiceringsdatum 2022-06-07
Betyg 3.67/5 Totalt 9 Betyg
Utvecklare Zeppelin Labs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bookmarkerfornotion.com
Hjälpsida URL http://bookmarkerfornotion.com
Stödda Språk 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": [
                ""
            ]
        }
    ]
}