Browse more

Introduces you to new Websites everytime you click!

Τι είναι το Browse more;

Το Browse more είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον katrusdevlab, και η κύρια λειτουργία του είναι "Introduces you to new Websites everytime you click!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Browse more

Λήψη αρχείων επέκτασης Browse more σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "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:\/\/*\/*"
    ]
}