Snip

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

Apa itu Snip?

Snip adalah ekstensi Chrome yang dikembangkan oleh https://snip.st, dan fitur utamanya adalah "The simplest way to highlight and share text on the internet.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Snip

Unduh file ekstensi Snip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
URL Resmi https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Deskripsi The simplest way to highlight and share text on the internet.
Ukuran File 147 KB
Jumlah Instalasi 131
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-03-15
Tanggal Publikasi 2023-02-16
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://snip.st
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.snip.st/
URL Halaman Bantuan https://www.snip.st/
URL Halaman Kebijakan Privasi https://snip.st/privacy
Bahasa yang Didukung 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"
    }
}