Link Saver - Link Managment

Save and get quick access to your links

Link Saver - Link Managment क्या है?

Link Saver - Link Managment https://offerlevels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and get quick access to your links"।

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

screenshot

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

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

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

                        Link Saver is a Link Management chrome extension that helps you to save and manage links. 

Get quick access to the links when you need it. 

Add Links and tag to categorize it so you have everything in place.                    

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

नाम Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
आधिकारिक URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
विवरण Save and get quick access to your links
फ़ाइल का आकार 166 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-03-18
प्रकाशन तिथि 2020-12-13
डेवलपर https://offerlevels.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://automatics.one/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and get quick access to your links",
    "version": "1.0.1",
    "name": "Link Saver - Link Managment ",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Link Saver"
}