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 |
Eメール | [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" } } |