Link Save

An extension to save the links of all all open tabs to read later

Link Saveคืออะไร?

Link Save เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abden003 และคุณลักษณะหลักของมันคือ "An extension to save the links of all all open tabs to read later"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Save

ดาวน์โหลดไฟล์ส่วนขยาย Link Save ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
คำอธิบาย An extension to save the links of all all open tabs to read later
ขนาดไฟล์ 43.1 KB
จำนวนการติดตั้ง 1,145
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-06-17
วันที่เผยแพร่ 2015-06-16
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา abden003
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sudohalt.github.io/LinkSave/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}