Excited Gem

A tool to manage your tabs and other browser related features.

Excited Gem란 무엇입니까?

Excited Gem은(는) amirhameed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to manage your tabs and other browser related features."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A tabs management extension for your browser. If you keep many tabs open on your browser ,Excited Gem can help you maintain those many tabs with a nice list view. You can easily search , close, pin/unpin, mute tabs. You can even Sort your tabs.                    

확장 프로그램 기본 정보

이름 Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
공식 URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
설명 A tool to manage your tabs and other browser related features.
파일 크기 5.04 MB
설치 횟수 18
현재 버전 0.9.200
최근 업데이트 2019-04-10
출시 날짜 2019-04-10
평점 5.00/5 총 4 개의 평점
개발자 amirhameed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/picwellwisher12pk/onetab-advanced
도움말 페이지 URL https://amirhameed.com/contact-me/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "name": "Excited Gem",
    "version": "0.9.200",
    "manifest_version": 2,
    "description": "A tool to manage your tabs and other browser related features.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo.png",
            "38": "images\/logo.png"
        },
        "default_title": "Excited Gem"
    }
}