LinkList

Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.

LinkList क्या है?

LinkList SpaceBake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later."।

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

screenshot
screenshot

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

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

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

                        If you often find yourself coming across an article you'd like to read, or a page you'd like to visit, but you don't want to clog up your bookmark bar with links that you only want to keep temporarily, then this extension is for you.

LinkList is a lightweight and simple link saving extension, it doesn't drown you in features you'll never use. It does exactly what it says on the tin.

Features:
    
    -Save and Delete links
    -Search bar for finding your links quickly
    -Link counter 
    -Storage-space indicator bar
    -Light and Dark themes
  
I started learning to code a few months ago and wrote this extension as some fun practice.
I hope you find it useful.                    

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

नाम LinkList LinkList
ID mbhapkbkigmglmolblcndoinnhiamnkk
आधिकारिक URL https://chrome.google.com/webstore/detail/linklist/mbhapkbkigmglmolblcndoinnhiamnkk
विवरण Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.
फ़ाइल का आकार 190 KB
स्थापना संख्या 48
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2016-02-17
प्रकाशन तिथि 2016-02-17
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर SpaceBake
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkList",
    "manifest_version": 2,
    "version": "1.1.3",
    "description": "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "LinkList",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon128.png",
        "16": "images\/icon48.png"
    }
}