NooBoss

A powerful Extensions Manager and Userscript Manager with many unique features

NooBoss란 무엇입니까?

NooBoss은(는) https://ainoob.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful Extensions Manager and Userscript Manager with many unique features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        NooBoss is an extension that manages your extensions.
With NooBoss, you can check the details of your extensions, from permissions they need to the date they got updated. You can also check the community tags for each apps/extensions, and tag it so others will know if it's a good app/extension or not. You can also set rules for extensions so that they will be enabled only when you opened certain websites. 

Functions that NooBoss provides:
*Manage your apps
---enable/disable/remove one or a bunch of apps
*NooBoss community
---get apps recommended by NooBoss community for the website you are visiting
---you can recommend useful apps to NooBoss community
---you can tag useful or spam apps
*Auto state management
---automatically enable/disable apps base on auto state rules
---(you can save memory)
---(enable apps only when you need them)
*Show history of apps
---installation, removal, enabling, disabling
---show the version change
---(you can tell when did apps got updated)
*Show detailed information of apps
---download crx file
---open manifest file
---see permissions
---And a lot more information                    

확장 프로그램 기본 정보

이름 NooBoss NooBoss
ID aajodjghehmlpahhboidcpfjcncmcklf
공식 URL https://chromewebstore.google.com/detail/nooboss/aajodjghehmlpahhboidcpfjcncmcklf
설명 A powerful Extensions Manager and Userscript Manager with many unique features
파일 크기 247 KB
설치 횟수 20,000
현재 버전 0.1.9
최근 업데이트 2022-03-21
출시 날짜 2020-03-29
평점 4.46/5 총 253 개의 평점
개발자 https://ainoob.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ainoob.com/project/nooboss
도움말 페이지 URL https://github.com/AInoob/NooBoss/issues
개인정보 보호 정책 페이지 URL https://ainoob.com/privacy.txt
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "0.1.9",
    "options_page": "popup.html?page=options",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "NooBoss~",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "42",
    "permissions": [
        "tabs",
        "management",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/clients2.google.com\/*",
        "https:\/\/ainoob.com\/*"
    ]
}