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
Eメール [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"
    }
}