Settings Button

Provides quick icon access to your Chrome settings.

Settings Button란 무엇입니까?

Settings Button은(는) Dan Barnett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick icon access to your Chrome settings."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your settings and options. It either opens a new tab, or switches to the downloads tab if you already have it open in another tab.

You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs.                    

확장 프로그램 기본 정보

이름 Settings Button Settings Button
ID adakfpemmbngeohfigfpldjimamijoek
공식 URL https://chromewebstore.google.com/detail/settings-button/adakfpemmbngeohfigfpldjimamijoek
설명 Provides quick icon access to your Chrome settings.
파일 크기 12.45 KB
설치 횟수 7,000
현재 버전 0.2
최근 업데이트 2013-06-18
출시 날짜 2013-06-17
평점 4.65/5 총 23 개의 평점
개발자 Dan Barnett
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_19x19.png"
    },
    "description": "Provides quick icon access to your Chrome settings.",
    "icons": {
        "128": "images\/icon_128x128.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png"
    },
    "name": "Settings Button",
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2"
}