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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amokrane.chentir และคุณลักษณะหลักของมันคือ "This extension removes all the links from a page allowing you to focus on reading a single blog post at a time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unlink

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
            ]
        }
    ]
}