Dynamic New Tab

This extension enables you to have a changing new tab background using a Local Directory or Imgur

Co to jest Dynamic New Tab?

Dynamic New Tab to rozszerzenie Chrome opracowane przez Nathan Gillis, a jego główną funkcją jest „This extension enables you to have a changing new tab background using a Local Directory or Imgur”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dynamic New Tab

Pobierz pliki rozszerzeń Dynamic New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Dynamic-New-Tab
This extension enables you to have a changing new tab background.

Currently supports local directory and Imgur.
To ENABLE local directory check "Allow access to file URLs" in Extension Settings
If there is no internet connection and the background is set to web url, it defaults to my pug lenny.

Will be adding support for more websites soon.

User are able to
* Set background URL OR directory
* Set background sizing
* Set background position
* Enable|Disable background changing
* Set background change time
* Remove search bar from new tab
* Remove logo from new tab

0.0.2
* Switch to Next background by clicking icon

0.0.3
* Added Option for Download Link for the background, Shows in the bottom left corner
* Incognito support, Dynamic new tab run in split mode in incognito mode any settings or backgrounds will not be remembered.

More Options to Come                    

Podstawowe informacje o rozszerzeniu

Nazwa Dynamic New Tab Dynamic New Tab
ID chjlpggajdfaplimlgfmipjokhjdnakc
Oficjalny URL https://chromewebstore.google.com/detail/dynamic-new-tab/chjlpggajdfaplimlgfmipjokhjdnakc
Opis This extension enables you to have a changing new tab background using a Local Directory or Imgur
Rozmiar pliku 9.15 MB
Liczba instalacji 161
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2014-08-07
Data Publikacji 2014-08-07
Ocena 4.67/5 Łącznie 9 Oceny
Deweloper Nathan Gillis
Typ Płatności free
Adres URL Strony Pomocy https://github.com/NathanGillis/Dynamic-New-Tab
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamic New Tab",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension enables you to have a changing new tab background using a Local Directory or Imgur",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "split",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/options_custom\/lib\/store.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "\/src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Dynamic Tab"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "",
        "http:\/\/imgur.com\/*"
    ]
}