Unlink

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

¿Qué es Unlink?

Unlink es una extensión de Chrome desarrollada por amokrane.chentir, y su función principal es "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Unlink

Descarga archivos de extensión Unlink en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Unlink Unlink
ID plpmhpeihmahpjcmgnpndkphgfkejmpj
URL Oficial https://chromewebstore.google.com/detail/unlink/plpmhpeihmahpjcmgnpndkphgfkejmpj
Descripción This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.
Tamaño del Archivo 34.81 KB
Cantidad de Instalaciones 109
Versión Actual 0.0.1
Última Actualización 2014-12-14
Fecha de Publicación 2014-12-13
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador amokrane.chentir
Tipo de Pago free
Sitio Web de la Extensión http://www.chentir.com
URL de la Página de Ayuda http://twitter.com/amokranechentir
Idiomas Soportados 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:\/\/*\/*"
            ]
        }
    ]
}