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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |