FourteenFish
Quickly add entries to your FourteenFish Portfolio
What is FourteenFish?
FourteenFish is a Chrome extension developed by https://www.fourteenfish.com, and its main feature is "Quickly add entries to your FourteenFish Portfolio".
Extension Screenshots
Download FourteenFish Extension CRX File
Download FourteenFish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eibdnbdagdbjnnilmejnknnbblmdiibd |
Official URL | https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd |
Description | Quickly add entries to your FourteenFish Portfolio |
File Size | 36.87 KB |
Installation Count | 1,000 |
Current Version | 1.3 |
Last Updated | 2020-09-26 |
Publish Date | 2016-11-15 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.fourteenfish.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fourteenfish.com/about/learningdiary |
Help Page URL | https://www.fourteenfish.com/support |
Privacy Policy Page URL | https://www.fourteenfish.com/datasecurity |
Supported Languages | 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" } } |