FourteenFish
Quickly add entries to your FourteenFish Portfolio
FourteenFish là gì?
FourteenFish là một tiện ích mở rộng Chrome được phát triển bởi https://www.fourteenfish.com, và tính năng chính của nó là "Quickly add entries to your FourteenFish Portfolio".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FourteenFish
Tải xuống các tệp mở rộng FourteenFish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eibdnbdagdbjnnilmejnknnbblmdiibd |
URL Chính Thức | https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd |
Mô tả | Quickly add entries to your FourteenFish Portfolio |
Kích Thước Tệp | 36.87 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-09-26 |
Ngày Phát Hành | 2016-11-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.fourteenfish.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.fourteenfish.com/about/learningdiary |
URL Trang Trợ Giúp | https://www.fourteenfish.com/support |
URL Trang Chính Sách Bảo Mật | https://www.fourteenfish.com/datasecurity |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |