Sassmeister Gist

On click opens current gist in sassmeister.

What is Sassmeister Gist?

Sassmeister Gist is a Chrome extension developed by bechtold, and its main feature is "On click opens current gist in sassmeister.".

Extension Screenshots

screenshot

Download Sassmeister Gist Extension CRX File

Download Sassmeister Gist 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

                        If you are on a gist, a sass icon will appear in your omnibar. If you click it, this gist will be opened in Sassmeister.                    

Extension Basic Information

Name Sassmeister Gist Sassmeister Gist
ID boegkhgnanloepggpijhdkpehjiaopie
Official URL https://chromewebstore.google.com/detail/sassmeister-gist/boegkhgnanloepggpijhdkpehjiaopie
Description On click opens current gist in sassmeister.
File Size 23.58 KB
Installation Count 39
Current Version 1.0
Last Updated 2014-08-13
Publish Date 2014-08-13
Developer bechtold
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sassmeister Gist",
    "version": "1.0",
    "description": "On click opens current gist in sassmeister.",
    "icons": {
        "128": "icon_sass.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "manifest_version": 2,
    "page_action": {
        "default_icon": "icon_sass.png",
        "default_title": "Show gist in Sassmeister"
    },
    "options_page": "options.html"
}