Like Tabs
Like Tabs!
¿Qué es Like Tabs?
Like Tabs es una extensión de Chrome desarrollada por Naveen Jammula, y su función principal es "Like Tabs!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Like Tabs
Descarga archivos de extensión Like Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Like Tabs |
ID | chepkmbidkinlnkombcjknnagppoljic |
URL Oficial | https://chromewebstore.google.com/detail/like-tabs/chepkmbidkinlnkombcjknnagppoljic |
Descripción | Like Tabs! |
Tamaño del Archivo | 25.58 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 3.0 |
Última Actualización | 2023-09-04 |
Fecha de Publicación | 2019-06-18 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | Naveen Jammula |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |