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