Duplicate tabs closer
Close tab of the same url quickly and easily.
Vad är Duplicate tabs closer?
Duplicate tabs closer är en Chrome-tillägg utvecklad av Roey, och dess huvudfunktion är "Close tab of the same url quickly and easily.".
Tilläggsskärmbilder
Ladda ner Duplicate tabs closer-förlängningens CRX-fil
Ladda ner Duplicate tabs closer-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
Close tab of the same url quickly and easily. Grundläggande Information om Tillägg
| Namn | |
| ID | hleiiepnagionbolbhmligmnidmaehoo |
| Officiell webbadress | https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo |
| Beskrivning | Close tab of the same url quickly and easily. |
| Filstorlek | 28.91 KB |
| Antal Installationer | 238 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2022-10-04 |
| Publiceringsdatum | 2015-12-27 |
| Betyg | 4.00/5 Totalt 5 Betyg |
| Utvecklare | Roey |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/roeycohen/Popcorn-Player-Chrome-extension |
| URL till Sekretesspolicy Sidan | https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Duplicate tabs closer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Close tab of the same url quickly and easily.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "Close duplicate tabs"
},
"permissions": [
"tabs",
"notifications"
]
} | |