Stationian Bookmark Manager

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

什么是Stationian Bookmark Manager?

Stationian Bookmark Manager是由https://stationian.com开发的Chrome扩展程序,该扩展的主要功能是“An all-in-one bookmark companion to better curate the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Stationian Bookmark Manager扩展crx文件

下载Stationian Bookmark Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Stationian Bookmark Manager Stationian Bookmark Manager
ID mccleemehfognnhbanhlmagoiidkeemn
官方URL https://chromewebstore.google.com/detail/stationian-bookmark-manag/mccleemehfognnhbanhlmagoiidkeemn
简介 An all-in-one bookmark companion to better curate the web.
文件大小 4.97 MB
安装次数 41
当前版本 2.0.1
更新时间 2023-10-27
上架时间 2021-12-31
开发者 https://stationian.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.stationian.com/
帮助页面URL https://stationian.freshdesk.com/support/home
隐私政策页面URL https://www.stationian.com/privacy
支持的语言 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"
    }
}