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 |
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 |
Eメール | [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 } |