Link Drop

Get reminded of important links when it's convenient

Link Drop क्या है?

Link Drop https://linkdrop.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get reminded of important links when it's convenient"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Link drop is not your average bookmarking tool.

When you use Link Drop, the links you save are sent to you in an email at the end of the day.

See something cool but have too much to do? Click the extension icon to save it to Link Drop. All the articles you save over a 24 hour window will be sent to you at whatever time you choose.

Want to read the news from yesterday over a morning coffee? Tell Link Drop to send you your drop in the morning so you can. Prefer to destress after work reading all the articles you missed? Link Drop can send you an email in the afternoon if that's what you prefer.

Never lose another interesting article to the bookmark backlog.

Features:
- Chrome extension to save any interesting links on the web
- Choose which time works best for you to receive your links from the linkdrop.co website
- Manage your links from the linkdrop.co website 
- Don't want to receive an email? Turn off emails in settings                    

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

नाम Link Drop Link Drop
ID bdfpcaniedneocakpdjdpilpeinifnni
आधिकारिक URL https://chromewebstore.google.com/detail/link-drop/bdfpcaniedneocakpdjdpilpeinifnni
विवरण Get reminded of important links when it's convenient
फ़ाइल का आकार 33.84 KB
स्थापना संख्या 1,572
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-12-24
प्रकाशन तिथि 2019-06-07
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर https://linkdrop.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkdrop.co
सहायता पृष्ठ URL https://www.linkdrop.co/about
गोपनीयता नीति पृष्ठ URL https://www.linkdrop.co/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Drop",
    "description": "Get reminded of important links when it's convenient",
    "version": "1.0.4",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.linkdrop.co\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "browser_action": {
        "default_title": "Save your current page",
        "default_icon": {
            "16": "default_icon_inactive.png",
            "32": "default_icon_inactive.png",
            "48": "default_icon_inactive.png",
            "128": "default_icon_inactive.png"
        }
    },
    "icons": {
        "16": "default_icon.png",
        "32": "default_icon.png",
        "48": "default_icon.png",
        "128": "default_icon.png"
    },
    "manifest_version": 2
}