MergeMarks
Merges all open tabs into one bookmark folder to be restored later.
Co je MergeMarks?
MergeMarks je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Merges all open tabs into one bookmark folder to be restored later.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MergeMarks
Stáhněte si soubory rozšíření MergeMarks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Merges all open tabs into one bookmark folder to be restored later. Just like all other bookmarks, MergeMarks are synced and backed up by your browser (if enabled). This is very similar to the great OneTab extension (https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall), with the difference that sessions saved with MergeMarks are synced and backed up with your browser bookmarks.
Základní Informace o Rozšíření
Název | MergeMarks |
ID | lleeahmmndengmhinhhhneicmjeinajg |
Oficiální URL | https://chromewebstore.google.com/detail/mergemarks/lleeahmmndengmhinhhhneicmjeinajg |
Popis | Merges all open tabs into one bookmark folder to be restored later. |
Velikost souboru | 627 KB |
Počet instalací | 28 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-11-27 |
Datum Vydání | 2017-11-27 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | http://www.helgeholzmann.de |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MergeMarks", "version": "1.2", "description": "Merges all open tabs into one bookmark folder to be restored later.", "icons": { "128": "icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "MergeMarks", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks", "contextMenus", "history" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |