Enhanced Financial Times
Adds enhanced article save and search feature to FT.com
Enhanced Financial Timesคืออะไร?
Enhanced Financial Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T21 Computing และคุณลักษณะหลักของมันคือ "Adds enhanced article save and search feature to FT.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Financial Times
ดาวน์โหลดไฟล์ส่วนขยาย Enhanced Financial Times ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your Financial Times reading with Enhanced FT. Adds an improved article saving feature with search. More future features to come. The original FT save button is hidden by enhanced save to prevent confusion. However, your old saved articles can still be accessed by though "myFT". ------------------------------------------------ CHANGE LOG Version 2.2.0: + Improved storage options. + Privacy options. Version 2.x: + Improved handling of stored articles to reduce storage space. More controls to come regarding storage options. + Bug fixes. + Folder data view. ------------------------------------------------ This is an unofficial enhancement for FT. This extension is not related in anyway to The Financial Times Ltd. To use Enhanced FT you must have a FT subscription and this does not allow you to circumvent the subscription system.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enhanced Financial Times |
ID | nchhgdhcbjokhjpeiippnhgmgppeemmo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enhanced-financial-times/nchhgdhcbjokhjpeiippnhgmgppeemmo |
คำอธิบาย | Adds enhanced article save and search feature to FT.com |
ขนาดไฟล์ | 94.94 KB |
จำนวนการติดตั้ง | 502 |
เวอร์ชันปัจจุบัน | 2.3.1 |
อัปเดตครั้งล่าสุด | 2020-04-14 |
วันที่เผยแพร่ | 2020-04-14 |
ผู้พัฒนา | T21 Computing |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://f1.t21computing.co.uk/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhanced Financial Times", "description": "Adds enhanced article save and search feature to FT.com", "version": "2.3.1", "permissions": [ "storage", "unlimitedStorage", "https:\/\/t21computing.co.uk\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.ft.com\/*" ], "js": [ "js\/buy.js", "js\/jquery.min.js", "js\/content.js" ], "css": [ "main.css", "recommendation.css", "portfolio.css" ], "run_at": "document_idle" } ], "icons": { "128": "images\/icon-128.png" }, "web_accessible_resources": [ "pages\/*.html", "pages\/forms\/*.html", "images\/*.png" ] } |