Dynamic New Tab

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

Dynamic New Tab क्या है?

Dynamic New Tab Nathan Gillis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to have a changing new tab background using a Local Directory or Imgur"।

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

screenshot
screenshot
screenshot

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

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

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

                        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                    

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

नाम Dynamic New Tab Dynamic New Tab
ID chjlpggajdfaplimlgfmipjokhjdnakc
आधिकारिक URL https://chromewebstore.google.com/detail/dynamic-new-tab/chjlpggajdfaplimlgfmipjokhjdnakc
विवरण This extension enables you to have a changing new tab background using a Local Directory or Imgur
फ़ाइल का आकार 9.15 MB
स्थापना संख्या 161
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2014-08-07
प्रकाशन तिथि 2014-08-07
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर Nathan Gillis
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/NathanGillis/Dynamic-New-Tab
समर्थित भाषाएँ 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\/*"
    ]
}