Promptly
Edit any webpage instantly
Promptlyとは何ですか?
PromptlyはeMinerによって開発されたChromeの拡張機能で、その主な機能は「Edit any webpage instantly」です。
拡張機能のスクリーンショット
Promptly拡張機能のCRXファイルをダウンロード
Promptly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Edit texts from web pages without any need for programming knowledge.
拡張機能の基本情報
名前 | Promptly |
ID | glmodacadmneeefbpfecajcgfcehclea |
公式URL | https://chromewebstore.google.com/detail/promptly/glmodacadmneeefbpfecajcgfcehclea |
説明 | Edit any webpage instantly |
ファイルサイズ | 72.09 KB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-08-22 |
公開日 | 2022-08-21 |
開発者 | eMiner |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://eminer.app/terms |
対応言語 | en |
manifest.json | |
{ "version": "1.0.0", "manifest_version": 3, "minimum_chrome_version": "92", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "__MSG_slug__", "author": "__MSG_author__", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png", "256": "images\/256.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_name__", "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png", "256": "images\/256.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |