Save to CaptureSaver

This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.

Save to CaptureSaverคืออะไร?

Save to CaptureSaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.capturesaver.com และคุณลักษณะหลักของมันคือ "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver."

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

screenshot

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

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

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

                        CaptureSaver lets you capture, organize, and search the information you gather on the Internet. When you use CaptureSaver you'll never lose important information, or have to worry about Web sites or pages disappearing never to be found again.

This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.                    

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

ชื่อ Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
คำอธิบาย This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
ขนาดไฟล์ 25.12 KB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2014-06-27
วันที่เผยแพร่ 2014-06-26
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.capturesaver.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.capturesaver.com/capturesaver/index.htm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to CaptureSaver",
    "description": "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.",
    "version": "3.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.0.0",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "cs_16.png",
        "32": "cs_32.png",
        "48": "cs_48.png",
        "128": "cs_128.png"
    },
    "permissions": [
        "nativeMessaging",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Save this page to CaptureSaver",
        "default_icon": "cs_16.png"
    }
}