保存百度谷歌搜索历史记录
在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。
What is 保存百度谷歌搜索历史记录?
保存百度谷歌搜索历史记录 is a Chrome extension developed by https://keywords.cool, and its main feature is "在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。".
Extension Screenshots
Download 保存百度谷歌搜索历史记录 Extension CRX File
Download 保存百度谷歌搜索历史记录 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
官网: https://www.keywords.cool 油猴酷扩展可以自动保存百度的搜索关键词至服务器,目前单独使用不能保存全部的搜索词,需配合油猴酷(油猴脚本)可以实现全部保存。谷歌的搜索记录完全依赖油猴脚本保存,本扩展不提供在线保存功能。只提供搜索记录的浏览,收藏,删除,查询功能和百度一部分在线保存功能。本扩展对收集的用户信息,只有用户自己可见。采取完全保密的原则,完全尊重用户隐私。请大家放心使用。
Extension Basic Information
Name | 保存百度谷歌搜索历史记录 |
ID | pdakaomjlbdmohaklihjoeblokanmheo |
Official 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 |
Description | 在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。 |
File Size | 281 KB |
Installation Count | 70 |
Current Version | 1.5.2 |
Last Updated | 2022-03-09 |
Publish Date | 2020-06-19 |
Developer | https://keywords.cool |
[email protected] | |
Payment Type | free |
Extension Website | https://www.keywords.cool |
Help Page URL | https://www.keywords.cool/index/index/works.html |
Supported Languages | 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" } |