Stringmark: Highlight for later!

Bookmark feature but more precise 🎯 and more efficient ⏱. Save a piece of text and the link at the same time from any webpage!

Stringmark: Highlight for later!란 무엇입니까?

Stringmark: Highlight for later!은(는) https://stringmark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark feature but more precise 🎯 and more efficient ⏱. Save a piece of text and the link at the same time from any webpage!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stringmark: Highlight for later! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your researching skills with Stringmark and save time. Stringmark makes online research easier!

Stringmark is basically a bookmark feature but way more precise and efficient. You can save a piece of text and the link of any webpage with one click. 

➤ NO LOGIN REQUIRED, NO USELESS FEATURES.
➤ DOWNLOAD AND START IMMEDIATELY FOR FREE

• • • •

With Stringmark you will:

■ Save texts and URLs from any webpage
■ Never forget why you saved a link again
■ Always remember what is the most important part of a website
■ Organize your highlights into Lists
■ Sync your highlights (all your devices) or save them locally
■ Export & Import highlights (CSV Format)
■ Send highlights to friends or colleagues by email (Coming soon)
■ Other useful features coming soon!

• • • •

Stringmark is the perfect tool for academics, business professionals, students… and people who want to do boost their researching skills.

◆ Premium version? 
Yes, but it is a one-time payment and there is also a free version. We don’t want to have a ‘subscription business model’. Stringmark does not have any backend costs, it will NEVER disappear! Visit stringmark.com/faq to learn more.

◆ Where is my data saved?
You have the choice to save your data locally or using Chrome storage to sync your highlights! In other words, we do not store or track what you are saving!

◆ Questions, Feedback, Feature requests? 
Feel free to contact us at [email protected].                    

확장 프로그램 기본 정보

이름 Stringmark: Highlight for later! Stringmark: Highlight for later!
ID eihjeapbmmihijddoaphdcmgpfejaecd
공식 URL https://chromewebstore.google.com/detail/stringmark-highlight-for/eihjeapbmmihijddoaphdcmgpfejaecd
설명 Bookmark feature but more precise 🎯 and more efficient ⏱. Save a piece of text and the link at the same time from any webpage!
파일 크기 139 KB
설치 횟수 241
현재 버전 1.2.2
최근 업데이트 2022-01-26
출시 날짜 2021-11-08
평점 4.33/5 총 6 개의 평점
개발자 https://stringmark.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.stringmark.com/
개인정보 보호 정책 페이지 URL https://www.stringmark.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stringmark: Highlight for later!",
    "description": "Bookmark feature but more precise \ud83c\udfaf and more efficient \u23f1. Save a piece of text and the link at the same time from any webpage!",
    "version": "1.2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/images\/ico16.png",
        "32": "\/images\/ico32.png",
        "48": "\/images\/ico48.png",
        "128": "\/images\/ico128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ico16.png",
            "32": "\/images\/ico32.png",
            "48": "\/images\/ico48.png",
            "128": "\/images\/ico128.png"
        }
    }
}