Tab Stamper
Put your Unique Stamp on new tabs!
什么是Tab Stamper?
Tab Stamper是由ethanlee006开发的Chrome扩展程序,该扩展的主要功能是“Put your Unique Stamp on new tabs!”。
扩展截图
下载Tab Stamper扩展crx文件
下载Tab Stamper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Collage the new tab page with your very own images and gifs!
扩展基本信息
名称 | |
ID | anonphjlppfjbgelpelbedigpapipbnf |
官方URL | https://chromewebstore.google.com/detail/tab-stamper/anonphjlppfjbgelpelbedigpapipbnf |
简介 | Put your Unique Stamp on new tabs! |
文件大小 | 18.74 KB |
安装次数 | 16 |
当前版本 | 3.0 |
更新时间 | 2023-12-21 |
上架时间 | 2023-09-18 |
评分 | 5.00/5 共2次评分 |
开发者 | ethanlee006 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Stamper", "version": "3.0", "description": "Put your Unique Stamp on new tabs!", "permissions": [ "storage", "activeTab", "tabs" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |