Background Pattern Generator
Create subtle background patterns and view it on the page.
What is Background Pattern Generator?
Background Pattern Generator is a Chrome extension developed by coreystout, and its main feature is "Create subtle background patterns and view it on the page.".
Extension Screenshots
Download Background Pattern Generator Extension CRX File
Download Background Pattern 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
Background Pattern Generator is a simple design tool to select and preview subtle patterns on any site. In addition, you can change and colorize the subtle pattern with a variety of blend modes, including multiply, screen and overlay.
Have a question, suggestion, feature request or an issue? Click "Send Feedback" on the Details tab.
-- Please rate! --
For source and more info visit: https://github.com/csto/background-pattern-generator Extension Basic Information
| Name | |
| ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
| Official URL | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
| Description | Create subtle background patterns and view it on the page. |
| File Size | 230 KB |
| Installation Count | 49 |
| Current Version | 1.0.0 |
| Last Updated | 2014-11-27 |
| Publish Date | 2014-11-27 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | coreystout |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Background Pattern Generator",
"version": "1.0.0",
"manifest_version": 2,
"description": "Create subtle background patterns and view it on the page.",
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-32.png",
"default_title": "Background Pattern Generator",
"default_popup": "popup.html"
},
"homepage_url": "https:\/\/github.com\/csto\/background-pattern-generator",
"content_security_policy": "script-src 'self' https:\/\/api.github.com; object-src 'self'",
"permissions": [
"tabs",
"*:\/\/*\/*"
]
} | |