保存百度谷歌搜索历史记录
在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。
Hvad er 保存百度谷歌搜索历史记录?
保存百度谷歌搜索历史记录 er en Chrome-udvidelse udviklet af https://keywords.cool, og dens hovedfunktion er "在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。".
Udvidelsesskærmbilleder
Download 保存百度谷歌搜索历史记录-udvidelses-CRX-fil
Download 保存百度谷歌搜索历史记录-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
官网: https://www.keywords.cool
油猴酷扩展可以自动保存百度的搜索关键词至服务器,目前单独使用不能保存全部的搜索词,需配合油猴酷(油猴脚本)可以实现全部保存。谷歌的搜索记录完全依赖油猴脚本保存,本扩展不提供在线保存功能。只提供搜索记录的浏览,收藏,删除,查询功能和百度一部分在线保存功能。本扩展对收集的用户信息,只有用户自己可见。采取完全保密的原则,完全尊重用户隐私。请大家放心使用。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pdakaomjlbdmohaklihjoeblokanmheo |
| Officiel 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 |
| Beskrivelse | 在线保存百度谷歌搜索历史记录,浏览和编辑保存的历史记录,在历史记录中检索。 |
| Filstørrelse | 281 KB |
| Antal Installationer | 70 |
| Nuværende Version | 1.5.2 |
| Senest Opdateret | 2022-03-09 |
| Udgivelsesdato | 2020-06-19 |
| Udvikler | https://keywords.cool |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.keywords.cool |
| Hjælpeside-URL | https://www.keywords.cool/index/index/works.html |
| Understøttede Sprog | 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"
} | |