TabToLink

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

TabToLink क्या है?

TabToLink 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 फ़ाइल डाउनलोड करें

crx प्रारूप में TabToLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}