Last Renaissance
A Last Renaissance new tab Chrome extension. All renderings were made by Last Renaissance, lastrenaissance.tumblr.com. Built by…
什么是Last Renaissance?
Last Renaissance是由https://medieval.technology开发的Chrome扩展程序,该扩展的主要功能是“A Last Renaissance new tab Chrome extension. All renderings were made by Last Renaissance, lastrenaissance.tumblr.com. Built by…”。
扩展截图
下载Last Renaissance扩展crx文件
下载Last Renaissance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Last Renaissance new tab Chrome extension. All renderings were made by Last Renaissance, lastrenaissance.tumblr.com. Built by Elliott Radner, Bell Kiosk. 扩展基本信息
| 名称 | |
| ID | clicnfghdcbhpbphdloemifffomcbgkc |
| 官方URL | https://chromewebstore.google.com/detail/last-renaissance/clicnfghdcbhpbphdloemifffomcbgkc |
| 简介 | A Last Renaissance new tab Chrome extension. All renderings were made by Last Renaissance, lastrenaissance.tumblr.com. Built by… |
| 文件大小 | 49.99 KB |
| 安装次数 | 36 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-04-14 |
| 上架时间 | 2018-04-14 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://medieval.technology |
| 付费类型 | free |
| 扩展官网 | http://lastrenaissance.tumblr.com/ |
| 帮助页面URL | http://medieval.technology/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Last Renaissance",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": ".\/icons\/last-renaissance-16.png",
"48": ".\/icons\/last-renaissance-48.png",
"128": ".\/icons\/last-renaissance-128.png"
},
"permissions": [
"tabs",
"http:\/\/lastrenaissance.tumblr.com\/",
"http:\/\/medieval.technology\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/lastrenaissance.tumblr.com\/",
"http:\/\/medieval.technology\/"
],
"js": [
"app.js"
]
}
]
} | |