SourceBreaker App
Provides quick access to searches
什么是SourceBreaker App?
SourceBreaker App是由SourceBreaker开发的Chrome扩展程序,该扩展的主要功能是“Provides quick access to searches”。
扩展截图
下载SourceBreaker App扩展crx文件
下载SourceBreaker App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The SourceBreaker Chrome Extension allows you to quickly and easily access previously created searches and build new ones. 扩展基本信息
| 名称 | |
| ID | cdfapchcmhgppdpmojilmopbjjlcpkjg |
| 官方URL | https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg |
| 简介 | Provides quick access to searches |
| 文件大小 | 267 KB |
| 安装次数 | 11,063 |
| 当前版本 | 3.9.0 |
| 更新时间 | 2024-03-04 |
| 上架时间 | 2020-06-12 |
| 评分 | 5.00/5 共17次评分 |
| 开发者 | SourceBreaker |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.sourcebreaker.com/ |
| 帮助页面URL | https://intercom.help/sourcebreaker-beta/en/ |
| 隐私政策页面URL | https://www.sourcebreaker.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SourceBreaker App",
"description": "Provides quick access to searches",
"version": "3.9.0",
"action": {
"default_icon": "icon-big.png",
"default_title": "SourceBreaker App"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"background",
"scripting",
"notifications"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"offline_enabled": false,
"web_accessible_resources": [
{
"resources": [
"templates\/*",
"background.js",
"index.js",
"linkedin.js",
"ui.app.js",
"debug-window.js"
],
"matches": [
" | |