Like Tabs
Like Tabs!
Co to jest Like Tabs?
Like Tabs to rozszerzenie Chrome opracowane przez Naveen Jammula, a jego główną funkcją jest „Like Tabs!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Like Tabs
Pobierz pliki rozszerzeń Like Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Like Tabs |
ID | chepkmbidkinlnkombcjknnagppoljic |
Oficjalny URL | https://chromewebstore.google.com/detail/like-tabs/chepkmbidkinlnkombcjknnagppoljic |
Opis | Like Tabs! |
Rozmiar pliku | 25.58 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2023-09-04 |
Data Publikacji | 2019-06-18 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Naveen Jammula |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |