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?
More Interestingness是由Jake Dahn (http://jake.ai)開發的Chrome擴展程式,該擴展的主要功能是“Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.”。
擴展截圖
下載More Interestingness擴展crx文件
下載More Interestingness擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
官方網址 | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
簡介 | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
檔案大小 | 82.95 KB |
安裝次數 | 33 |
目前版本 | 1.6 |
更新時間 | 2014-10-19 |
上架時間 | 2014-10-19 |
評分 | 4.54/5 共 13 次評分 |
開發者 | Jake Dahn (http://jake.ai) |
付費類型 | free |
擴展官網 | https://github.com/angst/moreinterestingness |
說明頁面URL | https://github.com/angst/moreinterestingness |
支援的語言 | 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'" } |