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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}