Background Pattern Generator
Create subtle background patterns and view it on the page.
什么是Background Pattern Generator?
Background Pattern Generator是由coreystout开发的Chrome扩展程序,该扩展的主要功能是“Create subtle background patterns and view it on the page.”。
扩展截图
下载Background Pattern Generator扩展crx文件
下载Background Pattern Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
| 官方URL | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
| 简介 | Create subtle background patterns and view it on the page. |
| 文件大小 | 230 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2014-11-27 |
| 上架时间 | 2014-11-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | coreystout |
| 付费类型 | free |
| 支持的语言 | 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",
"*:\/\/*\/*"
]
} | |