Http2Https
Convert http to https in bookmarks
什么是Http2Https?
Http2Https是由HyunWooBro开发的Chrome扩展程序,该扩展的主要功能是“Convert http to https in bookmarks”。
扩展截图
下载Http2Https扩展crx文件
下载Http2Https扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Boared with replacing old http bookmarks with https bookmarks?
As many web sites migrate to https, old http bookmarks make the star image empty.
Search and Convert to https!!
***********************************************************************
Ctrl + click will open a new tab. 扩展基本信息
| 名称 | |
| ID | hgmngpnkkllhjgbamgbpkefaodceahom |
| 官方URL | https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom |
| 简介 | Convert http to https in bookmarks |
| 文件大小 | 10.77 KB |
| 安装次数 | 68 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-04-30 |
| 上架时间 | 2017-04-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | HyunWooBro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Http2Https",
"version": "1.0",
"description": "Convert http to https in bookmarks",
"browser_action": {
"default_icon": "icon128new.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"bookmarks",
"tabs"
]
} | |