Source Finder

Source Finder

Source Finderとは何ですか?

Source FinderはHipster Private Limitedによって開発されたChromeの拡張機能で、その主な機能は「Source Finder」です。

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

screenshot
screenshot

Source Finder拡張機能のCRXファイルをダウンロード

Source Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension tool, users can effortlessly upload their resources onto Source Finder, making resource sharing a breeze. 

Easily upload your files, documents, images and videos to the Source Finder platform directly from your browser!                    

拡張機能の基本情報

名前 Source Finder Source Finder
ID hkfimkoljbbfklglbkdgfpameplcdjmh
公式URL https://chromewebstore.google.com/detail/source-finder/hkfimkoljbbfklglbkdgfpameplcdjmh
説明 Source Finder
ファイルサイズ 1.23 MB
インストール数 34
現在のバージョン 1.0
最終更新日 2023-07-27
公開日 2023-07-24
評価 5.00/5 合計 1 レビュー
開発者 Hipster Private Limited
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hipster-inc.com/
ヘルプページのURL https://hipster-inc.com/contact-us
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Finder",
    "description": "Source Finder",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "Extensionicons.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}