HTML Snippet Generator
HTML Snippet Generator for RTE media embedding
What is HTML Snippet Generator?
HTML Snippet Generator is a Chrome extension developed by https://www.eduardovargas.engineer, and its main feature is "HTML Snippet Generator for RTE media embedding".
Extension Screenshots
Download HTML Snippet Generator Extension CRX File
Download HTML Snippet Generator 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
Extension Basic Information
Name | |
ID | pejndgnhggfmkohgimjfnoponkggbiii |
Official URL | https://chromewebstore.google.com/detail/html-snippet-generator/pejndgnhggfmkohgimjfnoponkggbiii |
Description | HTML Snippet Generator for RTE media embedding |
File Size | 111 KB |
Installation Count | 38 |
Current Version | 0.1.0 |
Last Updated | 2019-01-21 |
Publish Date | 2019-01-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.eduardovargas.engineer |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Snippet Generator", "short_name": "HTML Snippets", "description": "HTML Snippet Generator for RTE media embedding", "version": "0.1.0", "browser_action": { "default_title": "Powered by Eduardo Vargas", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |