Snip

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

Vad är Snip?

Snip är en Chrome-tillägg utvecklad av https://snip.st, och dess huvudfunktion är "The simplest way to highlight and share text on the internet.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Snip-förlängningens CRX-fil

Ladda ner Snip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Officiell webbadress https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Beskrivning The simplest way to highlight and share text on the internet.
Filstorlek 147 KB
Antal Installationer 131
Aktuell Version 1.3.0
Senast Uppdaterad 2023-03-15
Publiceringsdatum 2023-02-16
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare https://snip.st
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.snip.st/
Hjälpsida URL https://www.snip.st/
URL till Sekretesspolicy Sidan https://snip.st/privacy
Stödda Språk 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"
    }
}