Read Tab Later

Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…

ما هو Read Tab Later؟

Read Tab Later هو إضافة Chrome تم تطويرها بواسطة Ryan Hoffmann، والميزة الرئيسية لها هي "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Read Tab Later

قم بتنزيل ملفات الامتداد Read Tab Later بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later.  

It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page.  Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page.  If no pages have been pinned, a design related quote is presented instead.                    

معلومات أساسية عن التمديد

الاسم Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
الوصف Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
حجم الملف 181 KB
عدد التثبيتات 281
النسخة الحالية 1.0
آخر تحديث 2015-02-10
تاريخ النشر 2015-02-09
تقييم 4.78/5 مجموع تقييمات 9
المطور Ryan Hoffmann
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Tab Later",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "pin.png",
        "default_title": "Pin to new tab page"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}