Image Flipper + Grayscale
Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.
Vad är Image Flipper + Grayscale?
Image Flipper + Grayscale är en Chrome-tillägg utvecklad av AmethystProductions, och dess huvudfunktion är "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.".
Tilläggsskärmbilder
Ladda ner Image Flipper + Grayscale-förlängningens CRX-fil
Ladda ner Image Flipper + Grayscale-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | dcoaiajbbegclnckbcdbagjamndcmlka |
| Officiell webbadress | https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka |
| Beskrivning | Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists. |
| Filstorlek | 1.14 MB |
| Antal Installationer | 44 |
| Aktuell Version | 0.01 |
| Senast Uppdaterad | 2018-04-13 |
| Publiceringsdatum | 2018-04-13 |
| Utvecklare | AmethystProductions |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Flipper + Grayscale",
"description": "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.",
"version": "0.01",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |