FourteenFish
Quickly add entries to your FourteenFish Portfolio
FourteenFishคืออะไร?
FourteenFish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fourteenfish.com และคุณลักษณะหลักของมันคือ "Quickly add entries to your FourteenFish Portfolio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FourteenFish
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |