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
Eメール [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"
    }
}