EarthTab

EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty.

EarthTabคืออะไร?

EarthTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dave Lunny และคุณลักษณะหลักของมันคือ "EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EarthTab

ดาวน์โหลดไฟล์ส่วนขยาย EarthTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BETA RELEASE
========================

Please note that EarthTab is still in Beta. Although this published version should be bug-free, there may still be a few issues that persist. As well, there are a few features that have been requested, some of which will be added before the official 1.0 release.

========================

EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty.

Reddit has a treasure trove of beautiful images of Earth, submitted tirelessly around the clock. EarthTab uses these images as backgrounds for your new tabs, offering you a pleasant look at images the Reddit community has declared spectacular.

You can set which specific nature subreddits you would like to pull images from, as well as the frequency that new images are looked for.

========================
RELEASE NOTES:

- v0.2.0 (Beta): now pulls images from different domains (not just i.imgur) (May 20th/2015)
- v0.3.0 (Beta): images no longer show up more than once (June 4th/2015)
- v0.4.0 (Beta): no more frequency slider; Dark theme options; bug fixes/stability improvements (June 10th/2015)

========================

This is an open-source project, the source for which is available on GitHub here: https://github.com/himynameisdave/EarthTab

Built by Dave Lunny in the beautiful year 2015. http://himynameisdave.com

Licensed under the MIT licence.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EarthTab EarthTab
ID acfgpmagealjmbmhobbldfkhbcfnkhpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/earthtab/acfgpmagealjmbmhobbldfkhbcfnkhpd
คำอธิบาย EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty.
ขนาดไฟล์ 2 MB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2015-06-11
วันที่เผยแพร่ 2015-06-10
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Dave Lunny
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/himynameisdave/EarthTab
URL หน้าช่วยเหลือ https://github.com/himynameisdave/EarthTab/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EarthTab",
    "author": "Dave Lunny",
    "description": "EarthTab pulls images from Reddit's SFW nature porn to transform your new tabs into beautiful windows into Earth's natural beauty.",
    "version": "0.4.0",
    "minimum_chrome_version": "30",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "images\/app-icon-128.png",
        "48": "images\/app-icon-128.png",
        "128": "images\/app-icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}