Like Tabs

Like Tabs!

什么是Like Tabs?

Like Tabs是由Naveen Jammula开发的Chrome扩展程序,该扩展的主要功能是“Like Tabs!”。

扩展截图

下载Like Tabs扩展crx文件

下载Like Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}