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 |
官方網址 | 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 |
電子郵箱 | [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" } } |