Enhanced Financial Times
Adds enhanced article save and search feature to FT.com
Qu'est-ce que Enhanced Financial Times ?
Enhanced Financial Times est une extension Chrome développée par T21 Computing, et sa fonction principale est "Adds enhanced article save and search feature to FT.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enhanced Financial Times
Téléchargez les fichiers d'extension Enhanced Financial Times au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Enhanced Financial Times |
ID | nchhgdhcbjokhjpeiippnhgmgppeemmo |
URL Officiel | https://chromewebstore.google.com/detail/enhanced-financial-times/nchhgdhcbjokhjpeiippnhgmgppeemmo |
Description | Adds enhanced article save and search feature to FT.com |
Taille du Fichier | 94.94 KB |
Nombre d'Installations | 502 |
Version Actuelle | 2.3.1 |
Dernière Mise à Jour | 2020-04-14 |
Date de Publication | 2020-04-14 |
Développeur | T21 Computing |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://f1.t21computing.co.uk/privacy |
Langues Prises en Charge | 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" ] } |