flip
Flips all images, this is a good joke
Vad är flip?
flip är en Chrome-tillägg utvecklad av C-DUB, och dess huvudfunktion är "Flips all images, this is a good joke".
Tilläggsskärmbilder
Ladda ner flip-förlängningens CRX-fil
Ladda ner flip-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
A fun extension to load on a friend or co-workers computer to flip all images on web pages.
Grundläggande Information om Tillägg
Namn | flip |
ID | ejgjngjbmjigimcgnkbmhoefkapamcof |
Officiell webbadress | https://chromewebstore.google.com/detail/flip/ejgjngjbmjigimcgnkbmhoefkapamcof |
Beskrivning | Flips all images, this is a good joke |
Filstorlek | 39.83 KB |
Antal Installationer | 66 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-09-26 |
Publiceringsdatum | 2014-09-26 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | C-DUB |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Flips all images, this is a good joke", "icons": { "128": "logo128.png" }, "manifest_version": 2, "name": "flip", "short_name": "flip", "version": "1.0" } |