Promptly
Edit any webpage instantly
Promptly란 무엇입니까?
Promptly은(는) eMiner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit any webpage instantly"입니다.
확장 프로그램 스크린샷
Promptly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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:\/\/*\/*" ] } ] } |