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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ibrahimmumcu.com และคุณลักษณะหลักของมันคือ "This extension displays a popular image from popular movies and shows every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Movies & Shows
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |