Browse more
Introduces you to new Websites everytime you click!
什么是Browse more?
Browse more是由katrusdevlab开发的Chrome扩展程序,该扩展的主要功能是“Introduces you to new Websites everytime you click!”。
扩展截图
下载Browse more扩展crx文件
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |