Enhanced Financial Times
Adds enhanced article save and search feature to FT.com
O que é Enhanced Financial Times?
Enhanced Financial Times é uma extensão do Chrome desenvolvida por T21 Computing, e sua principal característica é "Adds enhanced article save and search feature to FT.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enhanced Financial Times
Baixe arquivos de extensão Enhanced Financial Times no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Enhanced Financial Times |
ID | nchhgdhcbjokhjpeiippnhgmgppeemmo |
URL Oficial | https://chromewebstore.google.com/detail/enhanced-financial-times/nchhgdhcbjokhjpeiippnhgmgppeemmo |
Descrição | Adds enhanced article save and search feature to FT.com |
Tamanho do Arquivo | 94.94 KB |
Contagem de Instalações | 502 |
Versão Atual | 2.3.1 |
Última Atualização | 2020-04-14 |
Data de Publicação | 2020-04-14 |
Desenvolvedor | T21 Computing |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://f1.t21computing.co.uk/privacy |
Idiomas Suportados | 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" ] } |