newton

Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!

newton क्या है?

newton kingscott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!"।

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

screenshot
screenshot
screenshot

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

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

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

                        newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. 

The extension is small and lightweight fulfilling all your needs in a new tab. 

For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more...

http://github.com/kingscott/newton                    

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

नाम newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
आधिकारिक URL https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
विवरण Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
फ़ाइल का आकार 79.43 KB
स्थापना संख्या 150
वर्तमान संस्करण 0.5.8
अंतिम अपडेट 2015-09-25
प्रकाशन तिथि 2015-09-24
रेटिंग 4.44/5 कुल 16 रेटिंग्स
डेवलपर kingscott
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/kingscott/newton
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "project\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "newton",
    "version": "0.5.8"
}