History Master
Visualize browsing history, Discover your unknown habits.
什麼是History Master?
History Master是由jiacai2050開發的Chrome擴展程式,該擴展的主要功能是“Visualize browsing history, Discover your unknown habits.”。
擴展截圖
下載History Master擴展crx文件
下載History Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Visualize browsing history, Sync among Chrome/Firefox.
https://github.com/jiacai2050/history-master 擴展基本資訊
| 名稱 | |
| ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
| 官方網址 | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
| 簡介 | Visualize browsing history, Discover your unknown habits. |
| 檔案大小 | 423 KB |
| 安裝次數 | 2,000 |
| 目前版本 | 2.1.5 |
| 更新時間 | 2019-05-25 |
| 上架時間 | 2019-05-25 |
| 評分 | 3.50/5 共 12 次評分 |
| 開發者 | jiacai2050 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/jiacai2050/history-master |
| 說明頁面URL | https://github.com/jiacai2050/history-master/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Master",
"version": "2.1.5",
"description": "Visualize browsing history, Discover your unknown habits.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "option\/index.html",
"chrome_style": false,
"open_in_tab": true
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "option\/images\/16.png",
"32": "option\/images\/32.png",
"64": "option\/images\/64.png",
"128": "option\/images\/128.png"
},
"default_title": "History Master"
},
"icons": {
"16": "option\/images\/16.png",
"32": "option\/images\/32.png",
"64": "option\/images\/64.png",
"128": "option\/images\/128.png"
},
"permissions": [
"history",
"tabs",
"downloads",
"chrome:\/\/favicon\/"
],
"content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'",
"manifest_version": 2
} | |