Stationian Bookmark Manager

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

O que é Stationian Bookmark Manager?

Stationian Bookmark Manager é uma extensão do Chrome desenvolvida por https://stationian.com, e sua principal característica é "An all-in-one bookmark companion to better curate the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stationian Bookmark Manager

Baixe arquivos de extensão Stationian Bookmark Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Stationian Bookmark Manager Stationian Bookmark Manager
ID mccleemehfognnhbanhlmagoiidkeemn
URL Oficial https://chromewebstore.google.com/detail/stationian-bookmark-manag/mccleemehfognnhbanhlmagoiidkeemn
Descrição An all-in-one bookmark companion to better curate the web.
Tamanho do Arquivo 4.97 MB
Contagem de Instalações 41
Versão Atual 2.0.1
Última Atualização 2023-10-27
Data de Publicação 2021-12-31
Desenvolvedor https://stationian.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.stationian.com/
URL da Página de Ajuda https://stationian.freshdesk.com/support/home
URL da Página de Política de Privacidade https://www.stationian.com/privacy
Idiomas Suportados 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"
    }
}