Link Folders

This extension allows the user to create folders of links/tabs for various topics

Link Folders क्या है?

Link Folders brianchou121 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to create folders of links/tabs for various topics"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Link Folders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you.

This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off.

Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.                    

एक्सटेंशन की मूल जानकारी

नाम Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
आधिकारिक URL https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
विवरण This extension allows the user to create folders of links/tabs for various topics
फ़ाइल का आकार 13.46 KB
स्थापना संख्या 82
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-08-28
प्रकाशन तिथि 2017-08-28
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर brianchou121
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Folders",
    "description": "This extension allows the user to create folders of links\/tabs for various topics",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}