Browse more
Introduces you to new Websites everytime you click!
Qu'est-ce que Browse more ?
Browse more est une extension Chrome développée par katrusdevlab, et sa fonction principale est "Introduces you to new Websites everytime you click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browse more
Téléchargez les fichiers d'extension Browse more au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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.
Informations de Base sur l'Extension
Nom | |
ID | aglfdimaoeeknmdicalmnkmmgbihdimm |
URL Officiel | https://chrome.google.com/webstore/detail/browse-more/aglfdimaoeeknmdicalmnkmmgbihdimm |
Description | Introduces you to new Websites everytime you click! |
Taille du Fichier | 227 KB |
Nombre d'Installations | 107 |
Version Actuelle | 0.5.3.5 |
Dernière Mise à Jour | 2015-06-18 |
Date de Publication | 2015-06-18 |
Évaluation | 4.10/5 Total 10 Évaluations |
Développeur | katrusdevlab |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |