More Interestingness
Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
More Interestingness là gì?
More Interestingness là một tiện ích mở rộng Chrome được phát triển bởi Jake Dahn (http://jake.ai), và tính năng chính của nó là "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a 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 More Interestingness
Tải xuống các tệp mở rộng More Interestingness 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
Whenever you open a new tab a new interesting photo is displayed. This extension keeps an up-to-date list of the most recent photos on Flickr.com that are in the interestingness stream - http://www.flickr.com/explore/interesting Clicking on the flickr user's icon will take you to that user's page, clicking on the title will take you to the photo on flickr.com You can navigate forward/backwards by pressing j to go forward, or k to go backwards (standard vim up/down) __ If you're a developer and find a bug, or have a feature to contribute - feel free to send a pull request: https://github.com/angst/moreinterestingness
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
URL Chính Thức | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
Mô tả | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
Kích Thước Tệp | 82.95 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2014-10-19 |
Ngày Phát Hành | 2014-10-19 |
Đánh Giá | 4.54/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Jake Dahn (http://jake.ai) |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/angst/moreinterestingness |
URL Trang Trợ Giúp | https://github.com/angst/moreinterestingness |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "More Interestingness", "version": "1.6", "description": "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.", "background": { "page": "service.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "http:\/\/api.flickr.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |