Like Tabs
Like Tabs!
Qu'est-ce que Like Tabs ?
Like Tabs est une extension Chrome développée par Naveen Jammula, et sa fonction principale est "Like Tabs!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Like Tabs
Téléchargez les fichiers d'extension Like Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Like Tabs |
ID | chepkmbidkinlnkombcjknnagppoljic |
URL Officiel | https://chromewebstore.google.com/detail/like-tabs/chepkmbidkinlnkombcjknnagppoljic |
Description | Like Tabs! |
Taille du Fichier | 25.58 KB |
Nombre d'Installations | 14 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2023-09-04 |
Date de Publication | 2019-06-18 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Naveen Jammula |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |