Web Clipper

Save your favorite parts of the internet using this handy web clipper!

Web Clipperคืออะไร?

Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Save your favorite parts of the internet using this handy web clipper!"

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

screenshot
screenshot

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

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

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

                        -No need to sign up
-Data stored locally on your machine
-Save, star, and delete items on your saved list
-Type in and enter your own items to your saved list

You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.                    

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

ชื่อ Web Clipper Web Clipper
ID pnkophekijnfmnoenbakmfjjhfjfncfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn
คำอธิบาย Save your favorite parts of the internet using this handy web clipper!
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2019-12-18
วันที่เผยแพร่ 2019-12-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Clipper",
    "description": "Save your favorite parts of the internet using this handy web clipper!",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}