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 هو إضافة Chrome تم تطويرها بواسطة Jake Dahn (http://jake.ai)، والميزة الرئيسية لها هي "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة More Interestingness

قم بتنزيل ملفات الامتداد More Interestingness بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم More Interestingness More Interestingness
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
عنوان صفحة المساعدة 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'"
}