Enhanced Financial Times
Adds enhanced article save and search feature to FT.com
Enhanced Financial Times क्या है?
Enhanced Financial Times T21 Computing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds enhanced article save and search feature to FT.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhanced Financial Times एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |