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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย More Interestingness
ดาวน์โหลดไฟล์ส่วนขยาย More Interestingness ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |