Enhanced Financial Times
Adds enhanced article save and search feature to FT.com
什么是Enhanced Financial Times?
Enhanced Financial Times是由T21 Computing开发的Chrome扩展程序,该扩展的主要功能是“Adds enhanced article save and search feature to FT.com”。
扩展截图
下载Enhanced Financial Times扩展crx文件
下载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" ] } |