GIF Tabs
Gives you a fun new animated gif in every fresh tab
Vad är GIF Tabs?
GIF Tabs är en Chrome-tillägg utvecklad av Jeremy Gillick, och dess huvudfunktion är "Gives you a fun new animated gif in every fresh tab".
Tilläggsskärmbilder
Ladda ner GIF Tabs-förlängningens CRX-fil
Ladda ner GIF Tabs-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
Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web.
You can see the history of gifs shown and favorite the ones you like.
Source code: https://github.com/jgillick/gif_tabs Grundläggande Information om Tillägg
| Namn | |
| ID | jalcacajhmhkljdkkdnlfmnebdfkijjk |
| Officiell webbadress | https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk |
| Beskrivning | Gives you a fun new animated gif in every fresh tab |
| Filstorlek | 1.48 MB |
| Antal Installationer | 109 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2020-03-04 |
| Publiceringsdatum | 2020-03-03 |
| Betyg | 1.50/5 Totalt 2 Betyg |
| Utvecklare | Jeremy Gillick |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jgillick/gif_tabs |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GIF Tabs",
"description": "Gives you a fun new animated gif in every fresh tab",
"version": "1.2.1",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "images\/logo_16x16.png",
"48": "images\/logo_48x48.png",
"128": "images\/logo_128x128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |