Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

ما هو Tab List؟

Tab List هو إضافة Chrome تم تطويرها بواسطة 0xfd000000، والميزة الرئيسية لها هي "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

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

screenshot

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

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

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

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

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

الاسم Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
الوصف Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
حجم الملف 36.36 KB
عدد التثبيتات 24
النسخة الحالية 1.0.0.1
آخر تحديث 2018-04-08
تاريخ النشر 2018-04-08
تقييم 5.00/5 مجموع تقييمات 1
المطور 0xfd000000
نوع الدفع free
موقع الإضافة https://github.com/0xfd000000/tablist
عنوان صفحة المساعدة https://github.com/0xfd000000/tablist/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}