GIF Tabs

Gives you a fun new animated gif in every fresh tab

GIF Tabs क्या है?

GIF Tabs Jeremy Gillick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you a fun new animated gif in every fresh tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GIF Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
आधिकारिक URL https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
विवरण Gives you a fun new animated gif in every fresh tab
फ़ाइल का आकार 1.48 MB
स्थापना संख्या 109
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-03-04
प्रकाशन तिथि 2020-03-03
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर Jeremy Gillick
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jgillick/gif_tabs
समर्थित भाषाएँ 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'"
}