Snip

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

什麼是Snip?

Snip是由https://snip.st開發的Chrome擴展程式,該擴展的主要功能是“The simplest way to highlight and share text on the internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Snip擴展crx文件

下載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
官方網址 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"
    }
}