Browses

Plot your adventures through the web

Browses란 무엇입니까?

Browses은(는) https://browses.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plot your adventures through the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.                    

확장 프로그램 기본 정보

이름 Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
공식 URL https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
설명 Plot your adventures through the web
파일 크기 8.62 KB
설치 횟수 316
현재 버전 2.3
최근 업데이트 2017-08-09
출시 날짜 2017-08-09
평점 3.67/5 총 6 개의 평점
개발자 https://browses.io
결제 유형 free
확장 프로그램 웹 사이트 https://browses.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browses",
    "version": "2.3",
    "description": "Plot your adventures through the web",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-24.png",
        "default_title": "Browse"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/browses.local\/*",
            "*:\/\/browses.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "manifest_version": 2
}