tab.pics
Photos of our planet from various subreddits, including /r/earthporn and others
什麼是tab.pics?
tab.pics是由Ryan Dury開發的Chrome擴展程式,該擴展的主要功能是“Photos of our planet from various subreddits, including /r/earthporn and others”。
擴展截圖
下載tab.pics擴展crx文件
下載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 |
ID | hcaanmfcilckhmibiacbenapbdjgcnfa |
官方網址 | 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" } } |