Shower Thoughts New Tab

Shower Thoughts and Earth Porn

Shower Thoughts New Tabとは何ですか?

Shower Thoughts New Tabはthenickreynoldsによって開発されたChromeの拡張機能で、その主な機能は「Shower Thoughts and Earth Porn」です。

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

screenshot
screenshot

Shower Thoughts New Tab拡張機能のCRXファイルをダウンロード

Shower Thoughts New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Spice up your new tab page with quirky quotes from /r/ShowerThoughts and beautiful photos from /r/EarthPorn - a new quote and image each day.

Recent changes:
- Todoist integration
- New refresh button to get a new image and quote early
- Link to GitHub repository
- Loads much faster
- Shows one quote and image per day (helps with speed) 
- See a quote from /r/ShowerThoughts and an image from /r/EarthPorn in your new tab

GitHub: https://github.com/thenickreynolds/ShowerThoughts                    

拡張機能の基本情報

名前 Shower Thoughts New Tab Shower Thoughts New Tab
ID gecolonhalhakngoolfohhnbdhbejhec
公式URL https://chromewebstore.google.com/detail/shower-thoughts-new-tab/gecolonhalhakngoolfohhnbdhbejhec
説明 Shower Thoughts and Earth Porn
ファイルサイズ 96.99 KB
インストール数 39
現在のバージョン 1.8
最終更新日 2023-12-28
公開日 2020-04-11
評価 4.67/5 合計 3 レビュー
開発者 thenickreynolds
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/thenickreynolds/ShowerThoughts
ヘルプページのURL https://github.com/thenickreynolds/ShowerThoughts
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shower Thoughts New Tab",
    "version": "1.8",
    "description": "Shower Thoughts and Earth Porn",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}