Close Others
Close Other Tabs.
Vad är Close Others?
Close Others är en Chrome-tillägg utvecklad av asukaze, och dess huvudfunktion är "Close Other Tabs.".
Tilläggsskärmbilder
Ladda ner Close Others-förlängningens CRX-fil
Ladda ner Close Others-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Add "Close Others" Button into toolbar.
All tabs except the current tab will be closed.
Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj Grundläggande Information om Tillägg
| Namn | |
| ID | jlkpafdhmdhiahnmcmjejmlidghcobeb |
| Officiell webbadress | https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb |
| Beskrivning | Close Other Tabs. |
| Filstorlek | 43.24 KB |
| Antal Installationer | 1,338 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2022-06-16 |
| Publiceringsdatum | 2014-07-23 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | asukaze |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.asukaze.net/soft/ch_removetabs/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Close Others",
"version": "0.4",
"manifest_version": 3,
"description": "Close Other Tabs.",
"icons": {
"16": "close_others.png",
"48": "close_others_48.png",
"128": "close_others_128.png"
},
"action": {
"default_icon": "close_others.png",
"default_title": "Close Others"
},
"background": {
"service_worker": "close_others.js"
}
} | |