Txt Mockup
Makes all text on the current page editable
Txt Mockupとは何ですか?
Txt Mockupはmisterhammによって開発されたChromeの拡張機能で、その主な機能は「Makes all text on the current page editable」です。
拡張機能のスクリーンショット
Txt Mockup拡張機能のCRXファイルをダウンロード
Txt Mockup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of inspecting elements and making quick text changes in the dev tools? Be tired no longer! Txt Mockup allows you to make any text on the page editable with a single click. Now you can see what what that heading looks like with two lines of text or one or seven. Just remember, with great power comes great responsibility.
拡張機能の基本情報
名前 | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
公式URL | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
説明 | Makes all text on the current page editable |
ファイルサイズ | 3.69 KB |
インストール数 | 88 |
現在のバージョン | 1.0 |
最終更新日 | 2016-10-02 |
公開日 | 2016-10-02 |
開発者 | misterhamm |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Txt Mockup", "description": "Makes all text on the current page editable", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": "pencil.png", "default_title": "Make this page editable" } } |