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

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

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

保存百度谷歌搜索历史记录 adalah ekstensi Chrome yang dikembangkan oleh https://keywords.cool, dan fitur utamanya adalah "在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 保存百度谷歌搜索历史记录

Unduh file ekstensi 保存百度谷歌搜索历史记录 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 保存百度谷歌搜索历史记录 保存百度谷歌搜索历史记录
ID pdakaomjlbdmohaklihjoeblokanmheo
URL Resmi 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
Deskripsi 在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。
Ukuran File 281 KB
Jumlah Instalasi 70
Versi Saat Ini 1.5.2
Terakhir Diperbarui 2022-03-09
Tanggal Publikasi 2020-06-19
Pengembang https://keywords.cool
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.keywords.cool
URL Halaman Bantuan https://www.keywords.cool/index/index/works.html
Bahasa yang Didukung 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"
}