SourceBreaker App

Provides quick access to searches

SourceBreaker Appとは何ですか?

SourceBreaker AppはSourceBreakerによって開発されたChromeの拡張機能で、その主な機能は「Provides quick access to searches」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 SourceBreaker App SourceBreaker App
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
Eメール [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": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/*.sentry.io https:\/\/*.pusher.com wss:\/\/*.pusher.com https:\/\/*.pendo.io https:\/\/api.ipify.org *.sourcebreaker.dev *.sourcebreaker.com"
    }
}