SimpleMarker

Have you ever wanted to quickly save a URL while browsing but find bookmarking too complicated? Well, that's why SimpleMarker was…

Τι είναι το SimpleMarker;

Το SimpleMarker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον simplemarkerteam, και η κύρια λειτουργία του είναι "Have you ever wanted to quickly save a URL while browsing but find bookmarking too complicated? Well, that's why SimpleMarker was…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SimpleMarker

Λήψη αρχείων επέκτασης SimpleMarker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Have you ever wanted to quickly save a URL while browsing but find bookmarking too complicated? Well, that's why SimpleMarker was created–– to make bookmarking as simple as a click of a button. No really, literally just a button! After you download this extension, you can click on the SimpleMarker icon and the URL will be saved on the pop up screen. Moreover, you drag-and-drop bookmarks into folders to make them more organized and easily accessible. 
     However, that isn’t even the most exciting feature of this extension. Our unique extension allows you to highlight text on a webpage and save that text as the URL, which you can also edit to fit your needs. This makes it easy to identify what information caught your eye in the first place that led you to bookmarking that website. The best part of the feature is that when you click on the text days later, it will scroll down to the text you highlighted automatically. This extension is great for anyone from highs school students to researchers. Please watch the video guide on the extension to get the most out of this simple, but powerful tool.  

 Key Features:
   > Binds your bookmarks with your gmail account
   > Easily title your bookmarks by simply selecting text on the current webpage
   > Start right where you left off
   > Easy to use drag and drop interface

Contact:
Please feel free to contact us with any problems, ideas and/or questions!
email: [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SimpleMarker SimpleMarker
ID kgokdfclfmecidfdogbbmpecfibdjjpc
Επίσημο URL https://chromewebstore.google.com/detail/simplemarker/kgokdfclfmecidfdogbbmpecfibdjjpc
Περιγραφή Have you ever wanted to quickly save a URL while browsing but find bookmarking too complicated? Well, that's why SimpleMarker was…
Μέγεθος Αρχείου 41.13 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 2.3
Τελευταία Ενημέρωση 2017-09-05
Ημερομηνία Δημοσίευσης 2017-09-05
Αξιολόγηση 4.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής simplemarkerteam
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleMarker",
    "version": "2.3",
    "manifest_version": 2,
    "description": "",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "management",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "SimpleMarkerPopup.html"
    },
    "icons": {
        "48": "logo5_128by128.png",
        "128": "logo5_128by128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}