More Interestingness
Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Co to jest More Interestingness?
More Interestingness to rozszerzenie Chrome opracowane przez Jake Dahn (http://jake.ai), a jego główną funkcją jest „Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia More Interestingness
Pobierz pliki rozszerzeń More Interestingness w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
Oficjalny URL | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
Opis | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
Rozmiar pliku | 82.95 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2014-10-19 |
Data Publikacji | 2014-10-19 |
Ocena | 4.54/5 Łącznie 13 Oceny |
Deweloper | Jake Dahn (http://jake.ai) |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/angst/moreinterestingness |
Adres URL Strony Pomocy | https://github.com/angst/moreinterestingness |
Obsługiwane Języki | 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'" } |