Unlink

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

Qu'est-ce que Unlink ?

Unlink est une extension Chrome développée par amokrane.chentir, et sa fonction principale est "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unlink

Téléchargez les fichiers d'extension Unlink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Unlink Unlink
ID plpmhpeihmahpjcmgnpndkphgfkejmpj
URL Officiel https://chromewebstore.google.com/detail/unlink/plpmhpeihmahpjcmgnpndkphgfkejmpj
Description This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.
Taille du Fichier 34.81 KB
Nombre d'Installations 109
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-12-14
Date de Publication 2014-12-13
Évaluation 4.83/5 Total 6 Évaluations
Développeur amokrane.chentir
Type de Paiement free
Site Web de l'Extension http://www.chentir.com
URL de la Page d'Aide http://twitter.com/amokranechentir
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}