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! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stringmark.com, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Stringmark: Highlight for later!

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
        }
    }
}