Loupe (Flickr Explore)
Replaces the new tab page with a showcase of Flickr's most interesting photos of the day
什么是Loupe (Flickr Explore)?
Loupe (Flickr Explore)是由Michael Choi开发的Chrome扩展程序,该扩展的主要功能是“Replaces the new tab page with a showcase of Flickr's most interesting photos of the day”。
扩展截图
下载Loupe (Flickr Explore)扩展crx文件
下载Loupe (Flickr Explore)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Loupe replaces your "New Tab" screen with a beautiful array of pictures that showcases Flickr's most interesting photos of the day. This extension was designed for photographers, photo enthusiasts, and anyone who appreciates the beauty of a good photo.
Loupe can be found on Github (https://github.com/michaeljkchoi/loupe). 扩展基本信息
| 名称 | |
| ID | cklcbmdhngbbedacjmlleeilnkkgcngp |
| 官方URL | https://chromewebstore.google.com/detail/loupe-flickr-explore/cklcbmdhngbbedacjmlleeilnkkgcngp |
| 简介 | Replaces the new tab page with a showcase of Flickr's most interesting photos of the day |
| 文件大小 | 143 KB |
| 安装次数 | 102 |
| 当前版本 | 2.1.2 |
| 更新时间 | 2014-07-07 |
| 上架时间 | 2014-07-07 |
| 评分 | 3.40/5 共5次评分 |
| 开发者 | Michael Choi |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Loupe (Flickr Explore)",
"short_name": "Loupe",
"version": "2.1.2",
"manifest_version": 2,
"description": "Replaces the new tab page with a showcase of Flickr's most interesting photos of the day",
"icons": {
"16": "\/assets\/images\/icon16.png",
"48": "\/assets\/images\/icon48.png",
"128": "\/assets\/images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |