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
官方網址 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"
}