Browse more

Introduces you to new Websites everytime you click!

什麼是Browse more?

Browse more是由katrusdevlab開發的Chrome擴展程式,該擴展的主要功能是“Introduces you to new Websites everytime you click!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Browse more Browse more
ID aglfdimaoeeknmdicalmnkmmgbihdimm
官方網址 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:\/\/*\/*"
    ]
}