Link Save

This extensions saves your links for later visits.

Link Save क्या है?

Link Save Daniel Stoica द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions saves your links for later visits."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension offers the simplest ways to store and access your favorite links!

Here are the most important things you can do with this extension:

1. You can save links by typing them manually (url and title).
2. You can save by simply clicking on the link displayed on any web page, followed by selecting the "Save URL for later" option.
3. You can easily find any link from the saved list using the search function.
4. You can easily access a saved link on the phone, first generating a qr code and then scanning it.
5. You can always delete any saved link or even the entire list.

Enjoy using it!
Daniel Stoica                    

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

नाम Link Save Link Save
ID hnpbcoobdmlojdacjmjgglfmnaakenod
आधिकारिक URL https://chromewebstore.google.com/detail/link-save/hnpbcoobdmlojdacjmjgglfmnaakenod
विवरण This extensions saves your links for later visits.
फ़ाइल का आकार 28.78 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-12-21
प्रकाशन तिथि 2017-12-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Daniel Stoica
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "version": "1.0",
    "description": "This extensions saves your links for later visits.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}