More Interestingness

Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.

Apa itu More Interestingness?

More Interestingness adalah ekstensi Chrome yang dikembangkan oleh Jake Dahn (http://jake.ai), dan fitur utamanya adalah "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi More Interestingness

Unduh file ekstensi More Interestingness dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama More Interestingness More Interestingness
ID ngddmdmkjnnefgggjnnnepijkcighifa
URL Resmi https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa
Deskripsi Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Ukuran File 82.95 KB
Jumlah Instalasi 33
Versi Saat Ini 1.6
Terakhir Diperbarui 2014-10-19
Tanggal Publikasi 2014-10-19
Penilaian 4.54/5 Total 13 Penilaian
Pengembang Jake Dahn (http://jake.ai)
Tipe Pembayaran free
Situs Ekstensi https://github.com/angst/moreinterestingness
URL Halaman Bantuan https://github.com/angst/moreinterestingness
Bahasa yang Didukung 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'"
}