Background Pattern Generator

Create subtle background patterns and view it on the page.

Co to jest Background Pattern Generator?

Background Pattern Generator to rozszerzenie Chrome opracowane przez coreystout, a jego główną funkcją jest „Create subtle background patterns and view it on the page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Background Pattern Generator

Pobierz pliki rozszerzeń Background Pattern Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Background Pattern Generator Background Pattern Generator
ID imebhhejgbdecdgaonbdbhkhiihlkmlj
Oficjalny URL https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj
Opis Create subtle background patterns and view it on the page.
Rozmiar pliku 230 KB
Liczba instalacji 49
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-11-27
Data Publikacji 2014-11-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper coreystout
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*"
    ]
}