Like Tabs

Like Tabs!

Like Tabs란 무엇입니까?

Like Tabs은(는) Naveen Jammula에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Like Tabs!"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Like Tabs chrome extension improves productivity by managing Multiple tabs, which has same Domain URL with the respective Current Active Tab. Like Tabs features below menu options and functionalities.
Close All : Closes all the tabs which has same domain URL as your current active tab.
Close Other: Closes all other tabs which has same domain URL except your current active tab.
Reload All: Reloads all the tabs which has same domain URL as your current active tab.
Reload Other: Reloads all other tabs which has same domain URL except your current active tab.
Mute ALL:  Mute all the tabs which has same domain URL as your current active tab.
Mute Other: Mute all other tabs which has same domain URL except your current active tab.
Un Mute ALL: UnMute all the tabs which has same domain URL as your current active tab.
Un Mute Other: UnMute all other tabs which has same domain URL except your current active tab.                    

확장 프로그램 기본 정보

이름 Like Tabs Like Tabs
ID chepkmbidkinlnkombcjknnagppoljic
공식 URL https://chromewebstore.google.com/detail/like-tabs/chepkmbidkinlnkombcjknnagppoljic
설명 Like Tabs!
파일 크기 25.58 KB
설치 횟수 14
현재 버전 3.0
최근 업데이트 2023-09-04
출시 날짜 2019-06-18
평점 5.00/5 총 6 개의 평점
개발자 Naveen Jammula
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like Tabs",
    "version": "3.0",
    "description": "Like Tabs!",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "global.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/LikeTabsLogo.png",
            "32": "images\/LikeTabsLogo.png",
            "48": "images\/LikeTabsLogo.png"
        },
        "default_title": "Like Tabs",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/LikeTabsLogo.png",
        "32": "images\/LikeTabsLogo.png",
        "48": "images\/LikeTabsLogo.png",
        "128": "images\/LikeTabsLogo.png"
    },
    "manifest_version": 2
}