Identifi KB

Link catcher for blogs & articles

什么是Identifi KB?

Identifi KB是由chris开发的Chrome扩展程序,该扩展的主要功能是“Link catcher for blogs & articles”。

扩展截图

screenshot
screenshot

下载Identifi KB扩展crx文件

下载Identifi KB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension allows you to save links like (blogs, links, articles, etc.) for the Knowledge-Base feature of the Identifi Web App. You need to have an active Identifi account to be able to use this plugin.                    

扩展基本信息

名称 Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
官方URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
简介 Link catcher for blogs & articles
文件大小 1.91 MB
安装次数 26
当前版本 0.1.7
更新时间 2021-07-09
上架时间 2021-03-31
开发者 chris
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.identifi.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Identifi KB",
    "version": "0.1.7",
    "description": "Link catcher for blogs & articles",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https:\/\/cdn.heapanalytics.com"
}