TabToLink

Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs

ما هو TabToLink؟

TabToLink هو إضافة Chrome تم تطويرها بواسطة newstep، والميزة الرئيسية لها هي "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TabToLink

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

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

                        TabToLink simply makes link of opened tab, and you can easily make your links.

[ How to use ]
1. Click the "TabToLink" icon and push the "Save" to save the current tab as link.
2. Click the "TabToLink" icon and push the "Display list" to display the saved link list.
3. Click the "TabToLink" icon and push the "Save & close all" to save all the tabs and close the tabs other than current tab (and pinned tabs).

* You can save 300 links.
* Push the "Del" button in the link list to delete the unnecessary link. 
* You can also save the link collection to a file.                    

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

الاسم TabToLink TabToLink
ID fdbgbkipjopaoioobnhceghnocdoghpg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg
الوصف Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
حجم الملف 31.44 KB
عدد التثبيتات 206
النسخة الحالية 1.8.0
آخر تحديث 2017-11-02
تاريخ النشر 2017-11-02
تقييم 4.86/5 مجموع تقييمات 7
المطور newstep
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabToLink",
    "version": "1.8.0",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TabToLink",
        "default_icon": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}