Awesome History Button
Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
什么是Awesome History Button?
Awesome History Button是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.”。
扩展截图
下载Awesome History Button扩展crx文件
下载Awesome History Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is a shortcut button to open the Chrome history page. 扩展基本信息
| 名称 | |
| ID | cjifeclbknmlhapifaiaocfcbahinlji |
| 官方URL | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji |
| 简介 | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. |
| 文件大小 | 35.42 KB |
| 安装次数 | 816 |
| 当前版本 | 1.2.0.0 |
| 更新时间 | 2020-12-08 |
| 上架时间 | 2016-09-22 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://upway2late.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.upway2late.com/projects/buttons-project |
| 帮助页面URL | http://www.upway2late.com/projects/buttons-project |
| 隐私政策页面URL | http://www.upway2late.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Awesome History Button",
"version": "1.2.0.0",
"description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
"icons": {
"16": "history_16.png",
"48": "history_48.png",
"128": "history_128.png"
},
"background": {
"page": "background.html"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "history_19.png",
"default_title": "Awesome History Button"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |