Background Pattern Generator
Create subtle background patterns and view it on the page.
Background Pattern Generator là gì?
Background Pattern Generator là một tiện ích mở rộng Chrome được phát triển bởi coreystout, và tính năng chính của nó là "Create subtle background patterns and view it on the page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Background Pattern Generator
Tải xuống các tệp mở rộng Background Pattern Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
URL Chính Thức | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
Mô tả | Create subtle background patterns and view it on the page. |
Kích Thước Tệp | 230 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2014-11-27 |
Ngày Phát Hành | 2014-11-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | coreystout |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*" ] } |