Title changer
An extension that changes the title!
Title changerとは何ですか?
Title changerはlucasmoritaによって開発されたChromeの拡張機能で、その主な機能は「An extension that changes the title!」です。
拡張機能のスクリーンショット
Title changer拡張機能のCRXファイルをダウンロード
Title changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that just changes the titles. When the popup shows up, just type whatever you want, and the title will be set. A personal project that helps me identifying what the tab has in its content.
拡張機能の基本情報
名前 | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
公式URL | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
説明 | An extension that changes the title! |
ファイルサイズ | 8.66 KB |
インストール数 | 80 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-05-09 |
公開日 | 2021-05-09 |
開発者 | lucasmorita |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Title changer", "version": "0.0.1", "description": "An extension that changes the title!", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Home" } } }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pencil_logo.png", "32": "images\/pencil_logo.png", "48": "images\/pencil_logo.png", "128": "images\/pencil_logo.png" } } } |