Magic tabs
Extension which help you to manage tabs and easly recover them
What is Magic tabs?
Magic tabs is a Chrome extension developed by Yorki, and its main feature is "Extension which help you to manage tabs and easly recover them".
Extension Screenshots
Download Magic tabs Extension CRX File
Download Magic tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Magic tabs allow you to save tabs, label them and recover later!
Extension Basic Information
Name | |
ID | chliaibldakdhjaimgjpabheepadccfm |
Official URL | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
Description | Extension which help you to manage tabs and easly recover them |
File Size | 649 KB |
Installation Count | 24 |
Current Version | 1.0.1 |
Last Updated | 2015-12-16 |
Publish Date | 2015-12-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Yorki |
[email protected] | |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |