Save to netroStation

Add currently opened website and import your bookmarks to your netroStation.

Save to netroStation란 무엇입니까?

Save to netroStation은(는) https://www.netrostation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add currently opened website and import your bookmarks to your netroStation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save to netroStation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of typing URLs, struggling with finding links, or tied by limited bookmarks bar space? There's a better way!

netroStation makes browsing the Internet easier and more comfortable. All your favorite links visually organized and available on your browser's homepage.

This extension is a companion app for netrostation.com to enhance user's experience.


FEATURES

Add currently opened website – easily create new link in your netroStation in just few clicks

Import your bookmarks – have your bookmarks automatically migrated into your netroStation


BUILT FOR

https://www.netrostation.com


HELP & SUGGESTIONS

Support: [email protected]
Feedback: https://goo.gl/forms/vRZpR3mrS6aWFToT2
Privacy Policy: https://www.netrostation.com/#/privacy


DEVELOPER

Website: http://www.ru3chinteractive.com/                    

확장 프로그램 기본 정보

이름 Save to netroStation Save to netroStation
ID kjcnmkijfjhkeoekepoacemlkcmaeckn
공식 URL https://chromewebstore.google.com/detail/save-to-netrostation/kjcnmkijfjhkeoekepoacemlkcmaeckn
설명 Add currently opened website and import your bookmarks to your netroStation.
파일 크기 49.22 KB
설치 횟수 66
현재 버전 1.2
최근 업데이트 2020-10-13
출시 날짜 2020-10-12
평점 5.00/5 총 6 개의 평점
개발자 https://www.netrostation.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.netrostation.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to netroStation",
    "description": "Add currently opened website and import your bookmarks to your netroStation.",
    "version": "1.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Save to netroStation",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netrostation.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}