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
Eメール [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"
}