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 |
公式URL | 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'" } |