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文件

下載Stringmark: Highlight for later!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}