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是由amokrane.chentir开发的Chrome扩展程序,该扩展的主要功能是“This extension removes all the links from a page allowing you to focus on reading a single blog post at a time.”。

扩展截图

screenshot

下载Unlink扩展crx文件

下载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:\/\/*\/*"
            ]
        }
    ]
}