MarkALink

Highlight interesting links. Hide irrelevant ones. Remove whole websites from search results. Cyberpunk! Updated bookmark experience

Τι είναι το MarkALink;

Το MarkALink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RomanistHere, και η κύρια λειτουργία του είναι "Highlight interesting links. Hide irrelevant ones. Remove whole websites from search results. Cyberpunk! Updated bookmark experience".

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

screenshot
screenshot

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

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

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

                        We all know what “bookmark” in every browser does, don’t we? What if I told you that bookmarks were insufficient and could be improved? I’m here to show you how :)
 
We usually add something valuable there, stuff we want to read later when we have time or not feeling lazy. It’s pretty usual for most of us that the “read later” folder is becoming “probably read later” and then finally “don’t know what’s here”. 
 
How do we change it? Add the reminder to the link: set it up for the day you’re going to have some spare time, add a Mark to remind why you should do it. That’s the spirit!
 
What about valueless stuff? Links we don’t want to open again. “Why would we want it?” - you’re going to ask. Fair question. Have you ever been looking for an apartment? You should know then how it is to open the same apartment every day forgetting that you rejected it (and why). Once again you open the photo of the bathroom: “Ah, yeah, this bath is ugly...”. Don’t worry, you’re going to open the same room again tomorrow, the title photo is so promising…

Not with MarkALink! Add the link to the “Hide” group and forget about coming to this useless page henceforth. Whenever and wherever you see this link on the web, you’ll recognize it. And it’s only one of the cases where it could optimize your processes and save your time!                    

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

Όνομα MarkALink MarkALink
ID jgfjphpcldeifiifdmjpjoidkdhbcboe
Επίσημο URL https://chromewebstore.google.com/detail/markalink/jgfjphpcldeifiifdmjpjoidkdhbcboe
Περιγραφή Highlight interesting links. Hide irrelevant ones. Remove whole websites from search results. Cyberpunk! Updated bookmark experience
Μέγεθος Αρχείου 103 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-04-11
Ημερομηνία Δημοσίευσης 2021-01-30
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής RomanistHere
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://marka.link/
URL της Σελίδας Πολιτικής Απορρήτου https://romanisthere.github.io/apps/policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MarkALink",
    "short_name": "MarkALink",
    "version": "0.1.3",
    "description": "Highlight interesting links. Hide irrelevant ones. Remove whole websites from search results. Cyberpunk! Updated bookmark experience",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "datepicker\/index.js",
                "content\/helpers.js",
                "content\/dom.js",
                "content\/popup.js",
                "content\/aside.js",
                "content\/content.js"
            ],
            "css": [
                "datepicker\/index.css",
                "content\/popup.css",
                "content\/logo.css",
                "content\/dom.css",
                "content\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "MarkALink - Click to open",
        "default_icon": {
            "16": "images\/logo128.png",
            "32": "images\/logo128.png",
            "48": "images\/logo128.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo128.png",
        "32": "images\/logo128.png",
        "48": "images\/logo128.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3
}