Loupe (Flickr Explore)
Replaces the new tab page with a showcase of Flickr's most interesting photos of the day
Was ist Loupe (Flickr Explore)?
Loupe (Flickr Explore) ist eine Chrome-Erweiterung, die von Michael Choi entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the new tab page with a showcase of Flickr's most interesting photos of the day".
Erweiterungsscreenshots
Loupe (Flickr Explore)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Loupe (Flickr Explore)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Loupe replaces your "New Tab" screen with a beautiful array of pictures that showcases Flickr's most interesting photos of the day. This extension was designed for photographers, photo enthusiasts, and anyone who appreciates the beauty of a good photo.
Loupe can be found on Github (https://github.com/michaeljkchoi/loupe). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cklcbmdhngbbedacjmlleeilnkkgcngp |
| Offizielle URL | https://chromewebstore.google.com/detail/loupe-flickr-explore/cklcbmdhngbbedacjmlleeilnkkgcngp |
| Beschreibung | Replaces the new tab page with a showcase of Flickr's most interesting photos of the day |
| Dateigröße | 143 KB |
| Installationsanzahl | 102 |
| Aktuelle Version | 2.1.2 |
| Letztes Update | 2014-07-07 |
| Veröffentlichungsdatum | 2014-07-07 |
| Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
| Entwickler | Michael Choi |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Loupe (Flickr Explore)",
"short_name": "Loupe",
"version": "2.1.2",
"manifest_version": 2,
"description": "Replaces the new tab page with a showcase of Flickr's most interesting photos of the day",
"icons": {
"16": "\/assets\/images\/icon16.png",
"48": "\/assets\/images\/icon48.png",
"128": "\/assets\/images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |