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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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:\/\/*\/*"
            ]
        }
    ]
}