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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}