Stationian Bookmark Manager

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

Cos'è Stationian Bookmark Manager?

Stationian Bookmark Manager è un'estensione di Chrome sviluppata da https://stationian.com, e la sua funzione principale è "An all-in-one bookmark companion to better curate the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stationian Bookmark Manager

Scarica i file di estensione Stationian Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stationian Bookmark Manager Stationian Bookmark Manager
ID mccleemehfognnhbanhlmagoiidkeemn
URL Ufficiale https://chromewebstore.google.com/detail/stationian-bookmark-manag/mccleemehfognnhbanhlmagoiidkeemn
Descrizione An all-in-one bookmark companion to better curate the web.
Dimensione del File 4.97 MB
Conteggio Installazioni 41
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-10-27
Data di Pubblicazione 2021-12-31
Sviluppatore https://stationian.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.stationian.com/
URL della Pagina di Aiuto https://stationian.freshdesk.com/support/home
URL della Pagina della Politica sulla Privacy https://www.stationian.com/privacy
Lingue Supportate 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"
    }
}