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」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}