Like Tabs
Like Tabs!
Что такое Like Tabs?
Like Tabs - это расширение Chrome, разработанное Naveen Jammula, и его основная функция - "Like Tabs!".
Снимки экрана расширения
Скачать файл CRX расширения Like Tabs
Скачайте файлы расширений 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 |
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 } |