保存百度谷歌搜索历史记录

在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。

什么是保存百度谷歌搜索历史记录?

保存百度谷歌搜索历史记录是由https://keywords.cool开发的Chrome扩展程序,该扩展的主要功能是“在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。”。

扩展截图

screenshot
screenshot
screenshot

下载保存百度谷歌搜索历史记录扩展crx文件

下载保存百度谷歌搜索历史记录扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        官网: https://www.keywords.cool
油猴酷扩展可以自动保存百度的搜索关键词至服务器,目前单独使用不能保存全部的搜索词,需配合油猴酷(油猴脚本)可以实现全部保存。谷歌的搜索记录完全依赖油猴脚本保存,本扩展不提供在线保存功能。只提供搜索记录的浏览,收藏,删除,查询功能和百度一部分在线保存功能。本扩展对收集的用户信息,只有用户自己可见。采取完全保密的原则,完全尊重用户隐私。请大家放心使用。                    

扩展基本信息

名称 保存百度谷歌搜索历史记录 保存百度谷歌搜索历史记录
ID pdakaomjlbdmohaklihjoeblokanmheo
官方URL https://chromewebstore.google.com/detail/%E4%BF%9D%E5%AD%98%E7%99%BE%E5%BA%A6%E8%B0%B7%E6%AD%8C%E6%90%9C%E7%B4%A2%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95/pdakaomjlbdmohaklihjoeblokanmheo
简介 在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。
文件大小 281 KB
安装次数 70
当前版本 1.5.2
更新时间 2022-03-09
上架时间 2020-06-19
开发者 https://keywords.cool
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.keywords.cool
帮助页面URL https://www.keywords.cool/index/index/works.html
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4fdd\u5b58\u767e\u5ea6\u8c37\u6b4c\u641c\u7d22\u5386\u53f2\u8bb0\u5f55",
    "description": "\u5728\u7ebf\u4fdd\u5b58\u767e\u5ea6\u8c37\u6b4c\u641c\u7d22\u5386\u53f2\u8bb0\u5f55\uff0c\u6d4f\u89c8\u548c\u7f16\u8f91\u4fdd\u5b58\u7684\u5386\u53f2\u8bb0\u5f55\uff0c\u5728\u5386\u53f2\u8bb0\u5f55\u4e2d\u68c0\u7d22\u3002",
    "version": "1.5.2",
    "author": "colin",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "\/js\/jquery.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.baidu.com\/*",
                "http:\/\/www.baidu.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/www.keywords.cool\/",
        "activeTab",
        "storage",
        "webRequest",
        "notifications",
        "webRequestBlocking",
        "https:\/\/*.baidu.com\/*",
        "http:\/\/*.baidu.com\/*",
        "background"
    ],
    "homepage_url": "https:\/\/www.keywords.cool"
}