Stationian Bookmark Manager

An all-in-one bookmark companion to better curate the web.

Co je Stationian Bookmark Manager?

Stationian Bookmark Manager je rozšíření Chrome vyvinuté https://stationian.com, a jeho hlavní funkcí je „An all-in-one bookmark companion to better curate the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Stationian Bookmark Manager

Stáhněte si soubory rozšíření Stationian Bookmark Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Stationian is an all-in-one bookmark companion to better curate the web for individuals and teams, all for completely FREE.

We intelligently analyzes the websites you saved and determines the best way to present them without other distracting elements on the page, whether it's a news article, YouTube video, or Reddit post. A page can also be captured and archived as an image, so you don't have to worry about it might be gone someday.

The Stationian Bookmark Manager Chrome extension provides you a convenient tool to bookmark a webpage and access all your bookmarks just a few clicks away.                    

Základní Informace o Rozšíření

Název Stationian Bookmark Manager Stationian Bookmark Manager
ID mccleemehfognnhbanhlmagoiidkeemn
Oficiální URL https://chromewebstore.google.com/detail/stationian-bookmark-manag/mccleemehfognnhbanhlmagoiidkeemn
Popis An all-in-one bookmark companion to better curate the web.
Velikost souboru 4.97 MB
Počet instalací 41
Aktuální Verze 2.0.1
Poslední Aktualizace 2023-10-27
Datum Vydání 2021-12-31
Vývojář https://stationian.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.stationian.com/
URL Stránky Nápovědy https://stationian.freshdesk.com/support/home
URL Stránky Zásad Ochrany Soukromí https://www.stationian.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Stationian",
    "name": "Stationian Bookmark Manager",
    "description": "An all-in-one bookmark companion to better curate the web.",
    "version": "2.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Stationian Bookmark Manager"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "chrome-128px.png",
        "48": "chrome-48px.png",
        "16": "chrome-16px.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self'; img-src * data:; style-src-elem 'unsafe-inline' *; connect-src *; font-src fonts.gstatic.com"
    }
}