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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}