Sail
Work in immutable, pre-configured development environments.
What is Sail?
Sail is a Chrome extension developed by https://sail.dev, and its main feature is "Work in immutable, pre-configured development environments.".
Extension Screenshots
Download Sail Extension CRX File
Download Sail 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
Sail allows projects to define their own development environment via a single Dockerfile, allowing for consistent, reproducible, and instant environments. Contribute sooner and debug faster.
Extension Basic Information
Name | Sail |
ID | deeepphleikpinikcbjplcgojfhkcmna |
Official URL | https://chromewebstore.google.com/detail/sail/deeepphleikpinikcbjplcgojfhkcmna |
Description | Work in immutable, pre-configured development environments. |
File Size | 26.33 KB |
Installation Count | 129 |
Current Version | 1.2.0 |
Last Updated | 2019-09-20 |
Publish Date | 2019-09-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://sail.dev |
Payment Type | free |
Extension Website | https://sail.dev |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sail", "version": "1.2.0", "author": "Coder", "description": "Work in immutable, pre-configured development environments.", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "55.0" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ " |