Movie Quotes
Famous quotes from movies and TV shows featured right on your new tab.
什么是Movie Quotes?
Movie Quotes是由https://moviequotes.emilcarlsson.se开发的Chrome扩展程序,该扩展的主要功能是“Famous quotes from movies and TV shows featured right on your new tab.”。
扩展截图
下载Movie Quotes扩展crx文件
下载Movie Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Almost 100 different famous quotes from movies and TV shows randomly featured right on your new tab. 扩展基本信息
| 名称 | |
| ID | mfjcannlflknklpcgjpiakpinbnoikik |
| 官方URL | https://chromewebstore.google.com/detail/movie-quotes/mfjcannlflknklpcgjpiakpinbnoikik |
| 简介 | Famous quotes from movies and TV shows featured right on your new tab. |
| 文件大小 | 20.48 MB |
| 安装次数 | 229 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2022-02-22 |
| 上架时间 | 2020-06-09 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | https://moviequotes.emilcarlsson.se |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Movie Quotes",
"author": "Emil Carlsson",
"description": "Famous quotes from movies and TV shows featured right on your new tab.",
"version": "1.1.1",
"manifest_version": 3,
"permissions": [
"topSites"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png",
"256": "icon256.png"
},
"offline_enabled": true
} | |