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