Tab Stamper
Put your Unique Stamp on new tabs!
What is Tab Stamper?
Tab Stamper is a Chrome extension developed by ethanlee006, and its main feature is "Put your Unique Stamp on new tabs!".
Extension Screenshots
Download Tab Stamper Extension CRX File
Download Tab Stamper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Collage the new tab page with your very own images and gifs!
Extension Basic Information
Name | |
ID | anonphjlppfjbgelpelbedigpapipbnf |
Official URL | https://chromewebstore.google.com/detail/tab-stamper/anonphjlppfjbgelpelbedigpapipbnf |
Description | Put your Unique Stamp on new tabs! |
File Size | 18.74 KB |
Installation Count | 16 |
Current Version | 3.0 |
Last Updated | 2023-12-21 |
Publish Date | 2023-09-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ethanlee006 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |