Inspiration.Photos
Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Inspiration.Photosคืออะไร?
Inspiration.Photos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://joymems.com และคุณลักษณะหลักของมันคือ "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspiration.Photos
ดาวน์โหลดไฟล์ส่วนขยาย Inspiration.Photos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace the ordinary blank page of new tabs with beautiful and inspiring photos. After installing, every time you open a new tab you will see great photos from all over the world. Fall in love with stunning pictures of places, animals and nature. Built for Chrome, designed for you. We've upgraded inspiration.photos to include more features. Please use joymems.com http://joymems.com instead.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmjmjacmmogimpnhklgbgiganebangkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc |
คำอธิบาย | Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic. |
ขนาดไฟล์ | 235 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2017-01-28 |
วันที่เผยแพร่ | 2017-01-28 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | http://joymems.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://joymems.com/ |
URL หน้าช่วยเหลือ | http://www.joymems.com/faq.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspiration.Photos", "version": "0.1.9", "manifest_version": 2, "description": "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.", "homepage_url": "http:\/\/joymems.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "chrome_url_overrides": { "newtab": "override.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "geolocation", "storage", "unlimitedStorage", "cookies", "management", "notifications", "identity" ], "content_scripts": [ { "matches": [ "*:\/\/*.inspiration.photos\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/inject.js" ] } ] } |