Snip-It
Copy a simple text snippet about the active tab to the clipboard
Wat is Snip-It?
Snip-It is een Chrome-extensie ontwikkeld door crowe.mitch, en de belangrijkste functie is "Copy a simple text snippet about the active tab to the clipboard".
Download het CRX-bestand van de extensie Snip-It
Download Snip-It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Save webpages to your clipboard for easy pasting into a markdown document.
Basisinformatie over de Extensie
Naam | ![]() |
ID | fbioimabbleddmecllbenileihlpnamf |
Officiële URL | https://chrome.google.com/webstore/detail/snip-it/fbioimabbleddmecllbenileihlpnamf |
Beschrijving | Copy a simple text snippet about the active tab to the clipboard |
Bestandsgrootte | 33.33 KB |
Aantal Installaties | 481 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-01-04 |
Publicatiedatum | 2017-01-04 |
Ontwikkelaar | crowe.mitch |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snip-It", "description": "Copy a simple text snippet about the active tab to the clipboard", "version": "2.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery-2.1.0.min.js", "background.js" ], "persistent": false }, "commands": { "tab-snippet": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Copy a snippet of the current tab" } }, "browser_action": { "default_title": "Copy a snippet to the clipboard", "default_icon": "icon.png" }, "manifest_version": 2 } |