Gu New Tab

Personalize your default New Tab page with custom background images, colors, and your favorite mottos.

Gu New Tab क्या है?

Gu New Tab hangu1116 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Personalize your default New Tab page with custom background images, colors, and your favorite mottos."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Love to discover interesting places? Do you want to see the signature in the new label page at all times? Want to put the reminder on the new tab page? So Gu New Tab makes every new page a trip.

New Features:
• Repair long time loading bug
• Repair the black edge bug
• Increase the security package of localStorage

v1.6.1:
• Can modify motto/todo directly on the new tab page
• Use color placeholder preloading mode
• Optimize the page animation, layout
• The new fliker map
• Add local pictures
• Tracked bugs                    

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

नाम Gu New Tab Gu New Tab
ID flpkegbinjelbodpbdojjhklbkkddmca
आधिकारिक URL https://chromewebstore.google.com/detail/gu-new-tab/flpkegbinjelbodpbdojjhklbkkddmca
विवरण Personalize your default New Tab page with custom background images, colors, and your favorite mottos.
फ़ाइल का आकार 4.79 MB
स्थापना संख्या 12
वर्तमान संस्करण 0.1.6.2
अंतिम अपडेट 2018-03-13
प्रकाशन तिथि 2018-03-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर hangu1116
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.6.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": ".\/image\/icon128.png"
    },
    "browser_action": [],
    "permissions": [
        "*:\/\/wallpaper.apc.360.cn\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/www.gstatic.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "https:\/\/api.flickr.com\/*"
    ],
    "author": "cyj",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": ".\/option\/options.html"
}