Extensions Button with Less Memory Usage

Opens chrome extensions tab

Extensions Button with Less Memory Usage란 무엇입니까?

Extensions Button with Less Memory Usage은(는) sw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens chrome extensions tab"입니다.

Extensions Button with Less Memory Usage 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTE: This extension's function is just to open extensions page.

There are many many many similar extensions uploaded here in Chrome web store. Why did I have to make yet another Extensions Button extension then? Because all the Extensions Button extensions I tested don't free their allocated memory when they're not actually doing anything. I just don't want to waste 30M bytes of memory for nothing.                    

확장 프로그램 기본 정보

이름 Extensions Button with Less Memory Usage Extensions Button with Less Memory Usage
ID aalpanbpdadhmlmngbojbbafbbclopmb
공식 URL https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb
설명 Opens chrome extensions tab
파일 크기 27.36 KB
설치 횟수 46
현재 버전 1
최근 업데이트 2013-07-14
출시 날짜 2013-07-14
평점 3.67/5 총 3 개의 평점
개발자 sw
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_19_19.png",
        "default_title": "Open Extensions Control Panel"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Opens chrome extensions tab",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "name": "Extensions Button with Less Memory Usage",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon_48_48.png",
        "128": "icon_128_128.png",
        "32": "icon_32_32.png",
        "16": "icon_16_16.png"
    },
    "manifest_version": 2,
    "version": "1"
}