Styler
Beta version of Styler extension
What is Styler?
Styler is a Chrome extension developed by Unknown, and its main feature is "Beta version of Styler extension".
Extension Screenshots
Download Styler Extension CRX File
Download Styler 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
This is a helper extension for connecting your webpage to Styler application. Important: You have to have Styler application already installed on your system. Otherwise this extension does nothing.
Extension Basic Information
Name | Styler |
ID | hijkhaknmonnklkhlkpfncgbnfhloibn |
Official URL | https://chromewebstore.google.com/detail/styler/hijkhaknmonnklkhlkpfncgbnfhloibn |
Description | Beta version of Styler extension |
File Size | 45.47 KB |
Installation Count | 27 |
Current Version | 0.0.5 |
Last Updated | 2012-10-23 |
Publish Date | 2012-10-23 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/tonistiigi/styler |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Styler", "version": "0.0.5", "description": "Beta version of Styler extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Styler", "default_popup": "src\/popup.html" }, "permissions": [ "*:\/\/*\/*", "contextMenus", "tabs" ], "background": { "page": "src\/background.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |