Stationian Bookmark Manager

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

What is Stationian Bookmark Manager?

Stationian Bookmark Manager is a Chrome extension developed by https://stationian.com, and its main feature is "An all-in-one bookmark companion to better curate the web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Stationian Bookmark Manager Extension CRX File

Download Stationian Bookmark Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Stationian Bookmark Manager Stationian Bookmark Manager
ID mccleemehfognnhbanhlmagoiidkeemn
Official URL https://chromewebstore.google.com/detail/stationian-bookmark-manag/mccleemehfognnhbanhlmagoiidkeemn
Description An all-in-one bookmark companion to better curate the web.
File Size 4.97 MB
Installation Count 41
Current Version 2.0.1
Last Updated 2023-10-27
Publish Date 2021-12-31
Developer https://stationian.com
Email [email protected]
Payment Type free
Extension Website https://www.stationian.com/
Help Page URL https://stationian.freshdesk.com/support/home
Privacy Policy Page URL https://www.stationian.com/privacy
Supported Languages 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"
    }
}