Magic tabs

Extension which help you to manage tabs and easly recover them

什么是Magic tabs?

Magic tabs是由Yorki开发的Chrome扩展程序,该扩展的主要功能是“Extension which help you to manage tabs and easly recover them”。

扩展截图

screenshot
screenshot

下载Magic tabs扩展crx文件

下载Magic tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Magic tabs allow you to save tabs, label them and recover later!                    

扩展基本信息

名称 Magic tabs Magic tabs
ID chliaibldakdhjaimgjpabheepadccfm
官方URL https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm
简介 Extension which help you to manage tabs and easly recover them
文件大小 649 KB
安装次数 24
当前版本 1.0.1
更新时间 2015-12-16
上架时间 2015-12-16
评分 5.00/5 共4次评分
开发者 Yorki
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}