Tab Movies & Shows

This extension displays a popular image from popular movies and shows every time you open a new tab.

什么是Tab Movies & Shows?

Tab Movies & Shows是由https://ibrahimmumcu.com开发的Chrome扩展程序,该扩展的主要功能是“This extension displays a popular image from popular movies and shows every time you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Tab Movies & Shows扩展crx文件

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

扩展使用说明

                        New Version: 0.2
- UI Improvements

Version: 0.1.9
- Options & Download icons has been changed.

Version: 0.1.8
- Options added.
- Now you can download background image by clicking download button.
- You can select background type (contain or cover)
- Show Top Sites options added.
- Show Movie/TV Show name options added.
- Show IMDb logo options added.
- Show download button options added.
- Bug fix.

Version: 0.1.6
- Added loading gif.
- Added error message when no connection.
- Bug fix.

Version: 0.1.5
- Added imdb link

Version: 0.1.4
- Bug fix.

Version: 0.1.3
- Added top sites which you've visited most.

Version: 0.1.2
- Added TV shows support.

Version: 0.1.1
- First initial. Show movies every time open a new tab.                    

扩展基本信息

名称 Tab Movies & Shows Tab Movies & Shows
ID meneeapdificiecchmdkjegaomfcmcml
官方URL https://chromewebstore.google.com/detail/tab-movies-shows/meneeapdificiecchmdkjegaomfcmcml
简介 This extension displays a popular image from popular movies and shows every time you open a new tab.
文件大小 66.61 KB
安装次数 19
当前版本 0.2
更新时间 2020-10-11
上架时间 2016-03-25
评分 4.20/5 共10次评分
开发者 https://ibrahimmumcu.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.ibrahimmumcu.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Movies & Shows",
    "description": "This extension displays a popular image from popular movies and shows every time you open a new tab.",
    "permissions": [
        "topSites"
    ],
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": true
    },
    "author": "\u0130brahim Mumcu",
    "homepage_url": "http:\/\/www.ibrahimmumcu.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "short_name": "Tab Movies"
}