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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |