Custom Browsing History

This allows you to keep a history of only your favorite sites.

什么是Custom Browsing History?

Custom Browsing History是由umechanhika开发的Chrome扩展程序,该扩展的主要功能是“This allows you to keep a history of only your favorite sites.”。

扩展截图

screenshot
screenshot

下载Custom Browsing History扩展crx文件

下载Custom Browsing History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ### Features
 The browsing history of the websites you often visit is created by omakase (that is, fully automatically).  Saves you the trouble of looking for sites you've seen before.  Of course, you can also customize it freely.
 Once installed, click the icon from the toolbar.

### What is CustomBrowsingHistory?
 Sites that don't have "browsing history" or "recently viewed pages" are very inconvenient when searching for previously viewed pages, aren't they?
 CustomBrowsingHistory is a Chrome extension that solves such inconvenience and creates a browsing history of the set site so that it can be accessed instantly.
 Please try installing it first.

### Keyboard shortcuts are also available.
- Show Extensions: command+h
- Move left menu: command+↑↓
- Move right menu: ↑↓
- Open history: Enter/Return

### P.S.
 If you like this extension, I hope you will write a review on the web store when you feel like it.                    

扩展基本信息

名称 Custom Browsing History Custom Browsing History
ID dklbojjfbmaonbdcgiabhfdindoppbko
官方URL https://chromewebstore.google.com/detail/custom-browsing-history/dklbojjfbmaonbdcgiabhfdindoppbko
简介 This allows you to keep a history of only your favorite sites.
文件大小 16.3 KB
安装次数 95
当前版本 2.0.2
更新时间 2023-06-27
上架时间 2020-12-30
评分 5.00/5 共4次评分
开发者 umechanhika
电子邮箱 [email protected]
付费类型 free
扩展官网 https://umechanhika.notion.site/CustomBrowsingHistory-1cceb6b3919849fe812df39e7ad8520c
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Browsing History",
    "version": "2.0.2",
    "description": "This allows you to keep a history of only your favorite sites.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "history"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Custom Browsing History",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+H"
            }
        }
    }
}