Unlink

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

O que é Unlink?

Unlink é uma extensão do Chrome desenvolvida por amokrane.chentir, e sua principal característica é "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unlink

Baixe arquivos de extensão Unlink no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Unlink Unlink
ID plpmhpeihmahpjcmgnpndkphgfkejmpj
URL Oficial https://chromewebstore.google.com/detail/unlink/plpmhpeihmahpjcmgnpndkphgfkejmpj
Descrição This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.
Tamanho do Arquivo 34.81 KB
Contagem de Instalações 109
Versão Atual 0.0.1
Última Atualização 2014-12-14
Data de Publicação 2014-12-13
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor amokrane.chentir
Tipo de Pagamento free
Site da Extensão http://www.chentir.com
URL da Página de Ajuda http://twitter.com/amokranechentir
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}