Idioms and Phrases
Shows idiom of the day in the new tab.
Idioms and Phrases là gì?
Idioms and Phrases là một tiện ích mở rộng Chrome được phát triển bởi Ravi Ojha, và tính năng chính của nó là "Shows idiom of the day in the new tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Idioms and Phrases
Tải xuống các tệp mở rộng Idioms and Phrases dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Consume an idiom, one in every 24 hours! Why? The idea hit me while I was reading The Martian by Andy Weir. Rich Purnell, a character in the book, is portrayed as an autistic person, having difficulty in understanding the meaning of the abstract concepts of the language. So here goes, a chrome extension that would help me and the likes of Rich Purnell become better at such play of words. Concept is to show one idiom per day, so that it gets hard-wired in our memory.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Idioms and Phrases |
ID | ddmdooeeiphjmbcoaonbbkcadneggphh |
URL Chính Thức | https://chromewebstore.google.com/detail/idioms-and-phrases/ddmdooeeiphjmbcoaonbbkcadneggphh |
Mô tả | Shows idiom of the day in the new tab. |
Kích Thước Tệp | 76.34 KB |
Số Lần Cài Đặt | 1,635 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2021-11-29 |
Ngày Phát Hành | 2019-01-25 |
Đánh Giá | 4.27/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Ravi Ojha |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rookieslab.com/projects/idiom-of-the-day/ |
URL Trang Chính Sách Bảo Mật | https://www.rookieslab.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Idioms and Phrases", "description": "Shows idiom of the day in the new tab.", "version": "0.6", "incognito": "split", "chrome_url_overrides": { "newtab": "new_tab_idiom.html" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "idiom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "topSites", "chrome:\/\/favicon\/" ], "manifest_version": 2 } |