Browser Snippets

User defined snippets that you can take anywhere

What is Browser Snippets?

Browser Snippets is a Chrome extension developed by https://browsersnippets.com, and its main feature is "User defined snippets that you can take anywhere".

Extension Screenshots

screenshot
screenshot

Download Browser Snippets Extension CRX File

Download Browser Snippets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The companion to your BrowserSnippets.com account that gives you easy access to your snippets for use on any website you're currently visiting.

UPDATE (v1.0): This release adds support for team switching, allowing you to quickly switch between teams and your personal snippets.                    

Extension Basic Information

Name Browser Snippets Browser Snippets
ID ofbdafhoclkjahpdhpmnfnppnepihmgi
Official URL https://chromewebstore.google.com/detail/browser-snippets/ofbdafhoclkjahpdhpmnfnppnepihmgi
Description User defined snippets that you can take anywhere
File Size 85.95 KB
Installation Count 37
Current Version 1.0.0
Last Updated 2021-04-11
Publish Date 2021-02-04
Rating 5.00/5 Total 2 Ratings
Developer https://browsersnippets.com
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Snippets",
    "version": "1.0.0",
    "description": "User defined snippets that you can take anywhere",
    "icons": {
        "128": "favicon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "https:\/\/*.browsersnippets.com\/*"
    ],
    "browser_action": {
        "default_title": "Browser Snippets",
        "default_popup": "browser-snippets.html"
    },
    "manifest_version": 2
}