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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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