Snip

The simplest way to highlight and share text on the internet.

Snipคืออะไร?

Snip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snip.st และคุณลักษณะหลักของมันคือ "The simplest way to highlight and share text on the internet."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

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

ชื่อ Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
คำอธิบาย The simplest way to highlight and share text on the internet.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-03-15
วันที่เผยแพร่ 2023-02-16
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://snip.st
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.snip.st/
URL หน้าช่วยเหลือ https://www.snip.st/
URL หน้านโยบายความเป็นส่วนตัว https://snip.st/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}