Identifi Link Catcher
Link catcher for blogs & articles
什麼是Identifi Link Catcher?
Identifi Link Catcher是由chris開發的Chrome擴展程式,該擴展的主要功能是“Link catcher for blogs & articles”。
擴展截圖
下載Identifi Link Catcher擴展crx文件
下載Identifi Link Catcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension allows you to save links in the Knowledge-Base app of High Output Ventures. You need to have an Identifi account to be able to use the plugin.
擴展基本資訊
名稱 | Identifi Link Catcher |
ID | bgbfnhmdecfdkgfjcfadecmlghodloio |
官方網址 | https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio |
簡介 | Link catcher for blogs & articles |
檔案大小 | 1.15 MB |
安裝次數 | 17 |
目前版本 | 0.1.5 |
更新時間 | 2021-01-06 |
上架時間 | 2020-12-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | chris |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Identifi Link Catcher", "version": "0.1.5", "description": "Link catcher for blogs & articles", "permissions": [ "tabs" ], "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" } |