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
电子邮箱 [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"
    }
}