保存百度谷歌搜索历史记录
在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。
保存百度谷歌搜索历史记录란 무엇입니까?
保存百度谷歌搜索历史记录은(는) https://keywords.cool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。"입니다.
확장 프로그램 스크린샷
保存百度谷歌搜索历史记录 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
官网: 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" } |