Link Saver

Save links for use later.

ما هو Link Saver؟

Link Saver هو إضافة Chrome تم تطويرها بواسطة https://www.acarpetcleaninglasvegas.com، والميزة الرئيسية لها هي "Save links for use later.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Link Saver

قم بتنزيل ملفات الامتداد Link Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}