Blink New Tab
Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.
Blink New Tab란 무엇입니까?
Blink New Tab은(는) https://sidhant.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away."입니다.
확장 프로그램 스크린샷
Blink New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Blink is an elegant and minimal New Tab replacement that turns you browser's New Tab page into a simple and clean hub of feeds. Powered by the Feedly, Blink gets you feeds from all sources Feedly tracks, and presents them in a minimal and refreshing card design. No need to signup or login, Blink works out of the box. The feed from your favorite sources is just a click away, with quick links to share posts on Facebook, Twitter, Reddit or save for later with Pocket. You can choose to see the latest incoming from the sources of your choice, or get the hot and trending topics or both! Blink is (will always be) a free and open-source extension. If you really appreciate the effort, you can definitely show your love by donating with Paypal from within the extension. Resource links: Feedly: http://feedly.com/ Blink source code (Github): https://github.com/CptFoobar/Blink/ Developer page: http://sidhant.io/get-in-touch.html
확장 프로그램 기본 정보
이름 | Blink New Tab |
ID | kakaolkgegapcgdjdmlmcigejblohpkh |
공식 URL | https://chromewebstore.google.com/detail/blink-new-tab/kakaolkgegapcgdjdmlmcigejblohpkh |
설명 | Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away. |
파일 크기 | 5.87 MB |
설치 횟수 | 19 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2020-04-04 |
출시 날짜 | 2020-04-04 |
개발자 | https://sidhant.io |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://sidhant.io/get-in-touch.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blink New Tab", "short_name": "Blink", "description": "Replaces New Tab page with an elegant one, with news feeds from your favorite blogs and websites just a click away.", "version": "2.0.1", "icons": { "48": "assets\/img\/blink-48.png", "64": "assets\/img\/blink-64.png", "128": "assets\/img\/blink-128.png" }, "author": "Sidhant Sharma", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html#\/home" }, "background": { "page": "index.html", "persistent": false }, "permissions": [ "storage", "tabs", "https:\/\/cloud.feedly.com\/" ] } |