FourteenFish
Quickly add entries to your FourteenFish Portfolio
什麼是FourteenFish?
FourteenFish是由https://www.fourteenfish.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly add entries to your FourteenFish Portfolio”。
擴展截圖
下載FourteenFish擴展crx文件
下載FourteenFish擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
From any web page, just click the extension and you'll be taken to a new entry in your FourteenFish Portfolio with several of the fields already filled in. You can even select some text on the page before clicking the icon to include this text in the Notes box.
擴展基本資訊
名稱 | |
ID | eibdnbdagdbjnnilmejnknnbblmdiibd |
官方網址 | https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd |
簡介 | Quickly add entries to your FourteenFish Portfolio |
檔案大小 | 36.87 KB |
安裝次數 | 1,000 |
目前版本 | 1.3 |
更新時間 | 2020-09-26 |
上架時間 | 2016-11-15 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://www.fourteenfish.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.fourteenfish.com/about/learningdiary |
說明頁面URL | https://www.fourteenfish.com/support |
隱私政策頁面URL | https://www.fourteenfish.com/datasecurity |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FourteenFish", "description": "Quickly add entries to your FourteenFish Portfolio", "version": "1.3", "browser_action": { "default_icon": { "19": "fourteenfish19.png", "38": "fourteenfish38.png" }, "default_title": "Save a reference to the current web page in your FourteenFish Portfolio as a learning entry." }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "fourteenfish16.png", "32": "fourteenfish32.png", "48": "fourteenfish48.png", "64": "fourteenfish64.png", "128": "fourteenfish128.png", "256": "fourteenfish256.png" } } |