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 |
| 官方網址 | 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"
]
} | |