Snip It
Collect, share, organize and popularize code snippets from around the web.
What is Snip It?
Snip It is a Chrome extension by SiteKickr. This extension has 6,000 weekly active users, a poor user rating of 2.00, and was removed from Chrome Web Store 8 months ago. The latest version, 1.25, was updated 9 years ago.
Stats
- tabs
- <all_urls>
Summary
The SiteKickr Snip button is a way to collect, share, organize and popularize code snippets from around the web. Code that you have "snipped" will be collected and organized at SiteKickr Snippets.http://www.sitekickr.com/snip/
Collect your favorite code snippets for easy reference, as well as discover new code that is growing in popularity. The Snip button is similar to the Facebook Like button, with one unique advantage. It allows you to "like" individual sections of a page, instead of the entire page. This capability allows to you work with one or many individual code snippets on a page, instead of being limited to the page URL itself.
Safety
Risk impact
Snip It requires a number of risky permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Snip It if you trust the publisher.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Snip It may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsUser reviews
Promo images
Similar extensions
Here are some Chrome extensions that are similar to Snip It:
SSSnip!
Code Snip
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 2, "name": "Snip It", "short_name": "Snip It", "description": "Collect, share, organize and popularize code snippets from around the web.", "version": "1.25", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "<all_urls>"