DuckDuckRun
Extends the DuckDuckGo search with some shortcuts
什么是DuckDuckRun?
DuckDuckRun是由Max Kreja开发的Chrome扩展程序,该扩展的主要功能是“Extends the DuckDuckGo search with some shortcuts”。
扩展截图
下载DuckDuckRun扩展crx文件
下载DuckDuckRun扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extends the DuckDuckGo search page by a few nice shortcuts
扩展基本信息
名称 | ![]() |
ID | mfhihnceimlibmfjghmnapfebkdaodck |
官方URL | https://chrome.google.com/webstore/detail/duckduckrun/mfhihnceimlibmfjghmnapfebkdaodck |
简介 | Extends the DuckDuckGo search with some shortcuts |
文件大小 | 87.35 KB |
安装次数 | 119 |
当前版本 | 1.1 |
更新时间 | 2019-10-01 |
上架时间 | 2019-10-01 |
开发者 | Max Kreja |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuckDuckRun", "description": "Extends the DuckDuckGo search with some shortcuts", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/*" ], "css": [ "src\/css\/style.css" ], "js": [ "src\/js\/script.js" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |