Merge Windows
Merge windows into the active one
Vad är Merge Windows?
Merge Windows är en Chrome-tillägg utvecklad av Sindre Sorhus, och dess huvudfunktion är "Merge windows into the active one".
Tilläggsskärmbilder
Ladda ner Merge Windows-förlängningens CRX-fil
Ladda ner Merge Windows-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
This extension lets you easily merge all tabs in different windows into one window. Just press the "merge windows" toolbar button.
Grundläggande Information om Tillägg
Namn | Merge Windows |
ID | kbpinmnkhfkoidiinmapkhifnfoiklkb |
Officiell webbadress | https://chromewebstore.google.com/detail/merge-windows/kbpinmnkhfkoidiinmapkhifnfoiklkb |
Beskrivning | Merge windows into the active one |
Filstorlek | 4.87 KB |
Antal Installationer | 2,542 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2021-08-06 |
Publiceringsdatum | 2020-05-18 |
Betyg | 4.85/5 Totalt 13 Betyg |
Utvecklare | Sindre Sorhus |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sindresorhus/merge-windows |
Hjälpsida URL | https://github.com/sindresorhus/merge-windows/issues |
URL till Sekretesspolicy Sidan | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merge Windows", "version": "1.2.0", "description": "Merge windows into the active one", "homepage_url": "https:\/\/github.com\/sindresorhus\/merge-windows", "manifest_version": 2, "minimum_chrome_version": "61", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Merge Windows", "default_icon": "icon.png" } } |