Start! 2
A new start page for all your start paging needs.
什么是Start! 2?
Start! 2是由https://ilkkah.com开发的Chrome扩展程序,该扩展的主要功能是“A new start page for all your start paging needs.”。
扩展截图
下载Start! 2扩展crx文件
下载Start! 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start! 2 is a new version of Start!
Features:
- Automatic logo fetching
- Automatic background images from Flickr, a new background updates periodically
- A nice bookmarks browser
Support: http://ilkkah.com/2017/03/01/start-2/ 扩展基本信息
| 名称 | |
| ID | kmpdihgkoocjnalpalbomgfmheaooclo |
| 官方URL | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
| 简介 | A new start page for all your start paging needs. |
| 文件大小 | 124 KB |
| 安装次数 | 81 |
| 当前版本 | 1.1.8 |
| 更新时间 | 2017-04-01 |
| 上架时间 | 2017-03-31 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | https://ilkkah.com |
| 付费类型 | free |
| 扩展官网 | http://ilkkah.com/2017/03/01/start-2/ |
| 帮助页面URL | http://ilkkah.com/2017/03/01/start-2/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Start! 2",
"version": "1.1.8",
"manifest_version": 2,
"description": "A new start page for all your start paging needs.",
"icons": {
"16": "stuff\/1276754433_media-playback-start.png",
"32": "stuff\/1276754432_media-playback-start.png",
"48": "stuff\/start-icon-48.png",
"128": "stuff\/start-icon-128.png"
},
"chrome_url_overrides": {
"newtab": "browse.html"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"chrome:\/\/favicon\/",
"bookmarks",
"tabs",
"management"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.flickr.com; object-src 'self'"
} | |