Thoughtful Tab
Inspiring & Thoughtful Quotes With Every New Tab
Thoughtful Tabとは何ですか?
Thoughtful Tabはsourav204によって開発されたChromeの拡張機能で、その主な機能は「Inspiring & Thoughtful Quotes With Every New Tab」です。
拡張機能のスクリーンショット
Thoughtful Tab拡張機能のCRXファイルをダウンロード
Thoughtful Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab.
拡張機能の基本情報
名前 | Thoughtful Tab |
ID | dfdpnfjofanhigifgpfjjheeohdofnjm |
公式URL | https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm |
説明 | Inspiring & Thoughtful Quotes With Every New Tab |
ファイルサイズ | 7.03 KB |
インストール数 | 1,288 |
現在のバージョン | 1.1 |
最終更新日 | 2018-07-19 |
公開日 | 2018-07-19 |
評価 | 4.13/5 合計 15 レビュー |
開発者 | sourav204 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://ats.imsourav.com/privacy-policy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Sourav Pradhan", "homepage_url": "http:\/\/imsourav.com", "name": "Thoughtful Tab", "description": "Inspiring & Thoughtful Quotes With Every New Tab", "version": "1.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon19x19.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |