Enhanced Financial Times

Adds enhanced article save and search feature to FT.com

Vad är Enhanced Financial Times?

Enhanced Financial Times är en Chrome-tillägg utvecklad av T21 Computing, och dess huvudfunktion är "Adds enhanced article save and search feature to FT.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Enhanced Financial Times-förlängningens CRX-fil

Ladda ner Enhanced Financial Times-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Enhanced Financial Times Enhanced Financial Times
ID nchhgdhcbjokhjpeiippnhgmgppeemmo
Officiell webbadress https://chromewebstore.google.com/detail/enhanced-financial-times/nchhgdhcbjokhjpeiippnhgmgppeemmo
Beskrivning Adds enhanced article save and search feature to FT.com
Filstorlek 94.94 KB
Antal Installationer 502
Aktuell Version 2.3.1
Senast Uppdaterad 2020-04-14
Publiceringsdatum 2020-04-14
Utvecklare T21 Computing
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://f1.t21computing.co.uk/privacy
Stödda Språk 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"
    ]
}