tab.pics

Photos of our planet from various subreddits, including /r/earthporn and others

tab.picsคืออะไร?

tab.pics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Dury และคุณลักษณะหลักของมันคือ "Photos of our planet from various subreddits, including /r/earthporn and others"

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

screenshot

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

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

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

                        Beautiful photos of our planet in every new tab. Each photo is sourced from the users of http://reddit.com/r/earthporn and credit goes to each user for every photo.

**** Note *****
The app asks for your frequently visited websites so they can be optionally shown over top of the image. A lot of people have requested this feature, so I have added it as an option.  This information is only used locally, on your own computer. I do not retain this data.

Updates:

1.0.1 - Make the tab title SFW :)

1.0.0 - New name, source photos from multiple subreddits, enable recent sites and turn off title

0.0.5 - Updated image request stability

0.0.1 - First build!                    

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

ชื่อ tab.pics tab.pics
ID hcaanmfcilckhmibiacbenapbdjgcnfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabpics/hcaanmfcilckhmibiacbenapbdjgcnfa
คำอธิบาย Photos of our planet from various subreddits, including /r/earthporn and others
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 2,307
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-03-24
วันที่เผยแพร่ 2015-03-24
คะแนน 4.73/5 รวมทั้งหมด 84 คะแนน
ผู้พัฒนา Ryan Dury
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tab.pics
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab.pics",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/js\/onInstall.js"
        ]
    },
    "version": "1.0.1",
    "permissions": [
        "storage",
        "topSites"
    ],
    "manifest_version": 2,
    "options_page": "src\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Photos of our planet from various subreddits, including \/r\/earthporn and others ",
    "homepage_url": "http:\/\/tab.pics",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/earthporn.html"
    }
}