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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}