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
公式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",
        "*:\/\/*\/*"
    ]
}