Link Saver

Save links for use later.

Link Saver क्या है?

Link Saver https://www.acarpetcleaninglasvegas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save links for use later."।

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

screenshot

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

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

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

                        In short we created a way to quickly save links, in a fast, small, on the fly, noninvasive, application. 

Some of our customers keep asking for us to help organize our stain removal blogs, and how we should put them all together so they can easily jump between the pages.

 We are a carpet, tile, and upholstery cleaning company locate in the awesome Las Vegas Nevada. We found out that making some add on applications and extensions for our favorite browser is going to drastically help our customers out with being able to cross reference, save, and share our cleaning content and others content for easy access. We have a couple more more always in the works as we weren't ever able to find a minimalistic approach to easy to use applications so we decided to start making our own and thought why not share them?
GreenWay Carpet Cleaning
1516 E TROPICANA Ave,
Ste 136,Las Vegas,NV 89119
Telephone: (702) 460-0602
https://www.acarpetcleaninglasvegas.com                    

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

नाम Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
आधिकारिक URL https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
विवरण Save links for use later.
फ़ाइल का आकार 118 KB
स्थापना संख्या 15
वर्तमान संस्करण 1
अंतिम अपडेट 2018-03-13
प्रकाशन तिथि 2018-03-13
डेवलपर https://www.acarpetcleaninglasvegas.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.acarpetcleaninglasvegas.com
गोपनीयता नीति पृष्ठ URL https://www.acarpetcleaninglasvegas.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Saver",
    "description": "Save links for use later.",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}