Commons Tab
Beautiful free images from Wikimedia Commons for your boring chrome tabs
Commons Tab là gì?
Commons Tab là một tiện ích mở rộng Chrome được phát triển bởi Stephen LaPorte, và tính năng chính của nó là "Beautiful free images from Wikimedia Commons for your boring chrome tabs".
Ả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 Commons Tab
Tải xuống các tệp mở rộng Commons Tab 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
Each time you open a tab, it will load a nice big image from among the best photographs and art on Wikimedia Commons. The photographs are from featured categories, such as astronomy, architecture, birds, and a few cool diagrams. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Commons Tab |
ID | afbiobjnggllnimnbhddficgaigcfmcp |
URL Chính Thức | https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp |
Mô tả | Beautiful free images from Wikimedia Commons for your boring chrome tabs |
Kích Thước Tệp | 215 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-03-19 |
Ngày Phát Hành | 2016-03-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Stephen LaPorte |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://hatnote.com |
URL Trang Trợ Giúp | https://github.com/slaporte/commons-tab |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Commons Tab", "version": "0.0.5", "manifest_version": 2, "description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs", "homepage_url": "https:\/\/github.com\/slaporte\/commons-tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.js", "js\/vegas\/vegas.js", "src\/options_custom\/lib\/store.js", "js\/app.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' https:\/\/commons.wikimedia.org; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "https:\/\/commons.wikimedia.org\/*" ] } |