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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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