Browse more

Introduces you to new Websites everytime you click!

Browse more क्या है?

Browse more katrusdevlab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introduces you to new Websites everytime you click!"।

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

screenshot

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

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

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

                        "Browse more" is very user friendly. It lets you surf the web, by sending you a completely random cool web site. Nearly the coolest sites on the planet. Just click the "Browse more" extension button and start browsing... I mean start having fun!

Great for:
Bored People: At least it's not Candy X Saga!
Web Designers: Looking for some inspiration? Or just some fresh ideas? Start here!
Network Technicians: Need to test DNS servers? Make sure you aren't getting cached data, by loading totally fresh, random websites.

How often do you find yourself on the internet looking at the same boring pages? You know there is something out there but you don't know where to look.                    

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

नाम Browse more Browse more
ID aglfdimaoeeknmdicalmnkmmgbihdimm
आधिकारिक URL https://chrome.google.com/webstore/detail/browse-more/aglfdimaoeeknmdicalmnkmmgbihdimm
विवरण Introduces you to new Websites everytime you click!
फ़ाइल का आकार 227 KB
स्थापना संख्या 107
वर्तमान संस्करण 0.5.3.5
अंतिम अपडेट 2015-06-18
प्रकाशन तिथि 2015-06-18
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर katrusdevlab
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browse more",
    "description": "Introduces you to new Websites everytime you click!",
    "version": "0.5.3.5",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Browse more? Click me!",
        "default_icon": "icon.png"
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}