Unlink

This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.

Τι είναι το Unlink;

Το Unlink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amokrane.chentir, και η κύρια λειτουργία του είναι "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.".

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

screenshot

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

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

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

                        Have you seen this movie before? You start reading an interesting blog post that you accidentally found on your favorite social network, but this post is filled with links, a LOT of links. Before you know it you have 10 tabs open and now you have to catch up on reading these 10 articles which themselves link to other interesting articles...

That's how you can waste a full day, by just reading stuff instead of making stuff.

This chrome extension will help you stay focused and productive by removing all the links from the page that you are reading. Once you have finished reading the article, you can just close that tab and go back to working.

Icon made by Dave Gandy from http://www.flaticon.com which is licensed under  Creative Commons BY 3.0 - http://creativecommons.org/licenses/by/3.0/                    

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

Όνομα Unlink Unlink
ID plpmhpeihmahpjcmgnpndkphgfkejmpj
Επίσημο URL https://chromewebstore.google.com/detail/unlink/plpmhpeihmahpjcmgnpndkphgfkejmpj
Περιγραφή This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.
Μέγεθος Αρχείου 34.81 KB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2014-12-14
Ημερομηνία Δημοσίευσης 2014-12-13
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής amokrane.chentir
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.chentir.com
Διεύθυνση URL της Σελίδας Βοήθειας http://twitter.com/amokranechentir
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unlink",
    "description": "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.",
    "version": "0.0.1",
    "icons": {
        "16": "unlink16.png",
        "128": "unlink128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}