Unlink

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

Was ist Unlink?

Unlink ist eine Chrome-Erweiterung, die von amokrane.chentir entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.".

Erweiterungsscreenshots

screenshot

Unlink-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unlink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Unlink Unlink
ID plpmhpeihmahpjcmgnpndkphgfkejmpj
Offizielle URL https://chromewebstore.google.com/detail/unlink/plpmhpeihmahpjcmgnpndkphgfkejmpj
Beschreibung This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.
Dateigröße 34.81 KB
Installationsanzahl 109
Aktuelle Version 0.0.1
Letztes Update 2014-12-14
Veröffentlichungsdatum 2014-12-13
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler amokrane.chentir
Zahlungsart free
Erweiterungswebsite http://www.chentir.com
Hilfeseite URL http://twitter.com/amokranechentir
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}