Background Pattern Generator
Create subtle background patterns and view it on the page.
Cos'è Background Pattern Generator?
Background Pattern Generator è un'estensione di Chrome sviluppata da coreystout, e la sua funzione principale è "Create subtle background patterns and view it on the page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Background Pattern Generator
Scarica i file di estensione Background Pattern Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
| Descrizione | Create subtle background patterns and view it on the page. |
| Dimensione del File | 230 KB |
| Conteggio Installazioni | 49 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2014-11-27 |
| Data di Pubblicazione | 2014-11-27 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | coreystout |
| Tipo di Pagamento | free |
| Lingue Supportate | 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",
"*:\/\/*\/*"
]
} | |