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 |
电子邮箱 | [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" } } |