GIF Tab

See a collection of trending GIFs every time you open a new tab!

Τι είναι το GIF Tab;

Το GIF Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brady.digital, και η κύρια λειτουργία του είναι "See a collection of trending GIFs every time you open a new tab!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GIF Tab

Λήψη αρχείων επέκτασης GIF Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Replaces the default new tab page with a selection of trending GIFs, or a single random GIF based on your keyword of choice. Copy and paste your favorites right from the page, every time you open a new tab. The GIFs displayed are hand-curated by GIPHY, so you can stay up to date on what's fresh, and discover new favorites.

GIFs are downsampled and typically cached by your browser, so this extension should not use excessive bandwidth.


------------------------------------------------

Changelog:

1.4.3:
- Faster loading of GIFs

1.4.1:
- Better GIF quality for single GIF view

1.4:
- Can now have a grid of GIFs by keyword or a single trending GIF in addition to previous display modes
- Major style update to the settings popup
- Better icon! It's now much more visible on light backgrounds
- Changed tab title to "New Tab"


1.3.2:
- Added copy ability for random GIFs! Just right click and select copy like normal

1.3.1:
- Bug fix: keywords were being saved with spaces which broke API URL. Now replacing spaces with "+".
- Bug fix: GIPHY logo overlapped footer at very low resolutions. Updated z-index of logo.

1.3:
- NEW DISPLAY MODE! Get a random GIF based on a keyword of your choice, every time you open a new tab.
- New options window for configuration (click on icon in toolbar)
- New, better looking icon

1.2:
- Faster loading of both still imgs + GIFS
- Better support for high res screens

1.1:
- Reduced API calls to GIPHY by caching GIF URLs

1.0:
- Launch!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GIF Tab GIF Tab
ID dfcffkjnapandffpkglmnbjfnfdififc
Επίσημο URL https://chromewebstore.google.com/detail/gif-tab/dfcffkjnapandffpkglmnbjfnfdififc
Περιγραφή See a collection of trending GIFs every time you open a new tab!
Μέγεθος Αρχείου 250 KB
Αριθμός Εγκαταστάσεων 619
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2017-10-07
Ημερομηνία Δημοσίευσης 2017-10-06
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://brady.digital
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Tab",
    "description": "See a collection of trending GIFs every time you open a new tab!",
    "version": "1.4.3",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "GIF Tab",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}