Camel New Tab

See Jeffrey the Camel on your New Tab page. And a bunch of other animals.

Camel New Tab क्या है?

Camel New Tab Jeffrey the Camel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See Jeffrey the Camel on your New Tab page. And a bunch of other animals."।

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

screenshot

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

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

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

                        Camel New Tab is a revolutionary Chrome new tab extension that will change the way you think about browsing the internet. Instead of a regular new tab page, experience a vivid, bold new tab page with engaging backgrounds, helpful links, a Bible verse of the day, games, and most importantly, YOU CAN SEE A CAMEL PICTURE!!!!                    

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

नाम Camel New Tab Camel New Tab
ID hbomebggkjmaacfdjlleanbokcjlmiaf
आधिकारिक URL https://chromewebstore.google.com/detail/camel-new-tab/hbomebggkjmaacfdjlleanbokcjlmiaf
विवरण See Jeffrey the Camel on your New Tab page. And a bunch of other animals.
फ़ाइल का आकार 14.8 MB
स्थापना संख्या 18
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2017-03-08
प्रकाशन तिथि 2017-03-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Jeffrey the Camel
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://camelnewtab.weebly.com
सहायता पृष्ठ URL http://camelnewtab.weebly.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Camel New Tab",
    "description": "See Jeffrey the Camel on your New Tab page. And a bunch of other animals.",
    "version": "2.4.0",
    "author": "Jeffrey the Camel",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "Style\/Assets\/Icon_Camel.png"
    },
    "background": {
        "scripts": [
            "JavaScript\/firstRun.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "menu.html"
    }
}