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