Browse more
Introduces you to new Websites everytime you click!
Cos'è Browse more?
Browse more è un'estensione di Chrome sviluppata da katrusdevlab, e la sua funzione principale è "Introduces you to new Websites everytime you click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browse more
Scarica i file di estensione Browse more in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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.
Informazioni di Base sull'Estensione
Nome | |
ID | aglfdimaoeeknmdicalmnkmmgbihdimm |
URL Ufficiale | https://chrome.google.com/webstore/detail/browse-more/aglfdimaoeeknmdicalmnkmmgbihdimm |
Descrizione | Introduces you to new Websites everytime you click! |
Dimensione del File | 227 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 0.5.3.5 |
Ultimo Aggiornamento | 2015-06-18 |
Data di Pubblicazione | 2015-06-18 |
Valutazione | 4.10/5 Totale 10 Valutazioni |
Sviluppatore | katrusdevlab |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |