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
官方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"
    }
}