New Tab Page by WHG

A minimalistic gaming new tab page.

New Tab Page by WHG क्या है?

New Tab Page by WHG https://whg.no द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimalistic gaming new tab page."।

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

screenshot

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

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

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

                        Simplistic new tab page with time, date and gaming backgrounds.

If you have any suggestions or find any bugs please let us know:
https://www.facebook.com/WeHeartGaming

1.0.0:
- Refactoring galore!
- You can now use your own images in the random rotation.
- Pin a wallpaper you like so it doesn't change.
- Exclude/ include all the images included in the extension.
- A design for the settings page.

0.1.1:
- Everything fades in at the same time

0.1.0:
- Show all your apps (New permission)

0.0.6:
- Clock is exactly the same as on computer
- Better background fading
- Opt in bug

0.0.5:
- Analytics is now opt in, disabled by default
- Removed the the dark overlay on the whole background
- No longer the same image twice
- Settings button top right corner

0.0.4:
- Top Sites
- Settings                    

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

नाम New Tab Page by WHG New Tab Page by WHG
ID bmfedlbgilkaabdmdekeoabjjogpdnpk
आधिकारिक URL https://chromewebstore.google.com/detail/new-tab-page-by-whg/bmfedlbgilkaabdmdekeoabjjogpdnpk
विवरण A minimalistic gaming new tab page.
फ़ाइल का आकार 22.83 MB
स्थापना संख्या 11
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-07-17
प्रकाशन तिथि 2015-07-17
रेटिंग 4.75/5 कुल 8 रेटिंग्स
डेवलपर https://whg.no
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dan Audne - [email protected]>",
    "chrome_url_overrides": {
        "newtab": "dist\/newtab.html"
    },
    "options_page": "dist\/settings.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/logo-128.png",
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png"
    },
    "description": "A minimalistic gaming new tab page.",
    "incognito": "split",
    "manifest_version": 2,
    "name": "New Tab Page by WHG",
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage",
        "topSites",
        "management"
    ],
    "short_name": "New Tab",
    "version": "1.0.0"
}