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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Background Pattern Generator Background Pattern Generator
ID imebhhejgbdecdgaonbdbhkhiihlkmlj
官方網址 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",
        "*:\/\/*\/*"
    ]
}