Camp Explorer

A Bandcamp search tool

Camp Explorer란 무엇입니까?

Camp Explorer은(는) Andreas Wilcox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Bandcamp search tool"입니다.

확장 프로그램 스크린샷

screenshot

Camp Explorer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        (previously known as Bandcamp Tag Search)

-- THE BIG 2.0 UPDATE!
--  Massively improved number of results and time it takes to return them!

Bandcamp is a great place to find new and fascinating music.

But you probably have an idea of your type of music so actually finding new things matching that taste is a bit tough.

This tool helps you out by letting you search for different tags/genres/locations and finds albums that match all those criterias.

USAGE
Type in a tag, genre or location and press add. Repeat for all criterias you want to find albums for. Click the x to the right of the added search criteria to remove it.

When you find an interesting album, click on it to jump to its page.

Note that search criterias that have not been cached previously might take a while for the server to cache up.

KNOWN ISSUES
- It isn't possible to get all albums from Bandcamp so some albums might be missing.

WEBPAGE
Also available as a webpage at www.campexplorer.io

SOURCE
Code is available at https://github.com/SvDvorak/CampExplorer

RELEASE NOTES
2.0.0
- Improved number of results returned by up to 10x
- Instantaneous results for previously searched tags
- Changed app logo
- Changed name from Bandcamp Tag Search to Camp Explorer
- Added logo and title in popup
- Added release notes in app
- Added app review question

1.0.4
- Minor fix in preparation for larger update

1.0.3
- Fixed rare error when having multiple tags

1.0.2
- Changed Bandcamp throttling message.

1.0.1
- Fixed app not handling 503 (Service unavailable) errors which occurs when searching Bandcamp too often. App now retries multiple times with a longer timeout for each try. A graphical icon next to the search spinner indicates when this is happening.

1.0.0
- Initial release                    

확장 프로그램 기본 정보

이름 Camp Explorer Camp Explorer
ID fkkbhcpcpapcgcfjmllgibbnalmpbjcm
공식 URL https://chromewebstore.google.com/detail/camp-explorer/fkkbhcpcpapcgcfjmllgibbnalmpbjcm
설명 A Bandcamp search tool
파일 크기 411 KB
설치 횟수 512
현재 버전 2.1.0
최근 업데이트 2020-12-20
출시 날짜 2020-03-11
평점 3.13/5 총 16 개의 평점
개발자 Andreas Wilcox
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://campexplorer.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Camp Explorer",
    "short_name": "CampExplorer",
    "description": "A Bandcamp search tool",
    "version": "2.1.0",
    "author": "Andreas Wilcox",
    "web_accessible_resources": [
        "fonts\/*.*",
        "octicons\/*.*"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Camp Explorer"
    },
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/campexplorer.io\/",
        "http:\/\/bandcamp.com\/",
        "https:\/\/bandcamp.com\/",
        "https:\/\/*.bcbits.com\/"
    ]
}