Pagedit - Edit the text of a webpage
Extension that enable the edition of text on a webpage for content writers / developers.
Pagedit - Edit the text of a webpage란 무엇입니까?
Pagedit - Edit the text of a webpage은(는) http://julien.how에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that enable the edition of text on a webpage for content writers / developers."입니다.
확장 프로그램 스크린샷
Pagedit - Edit the text of a webpage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.
확장 프로그램 기본 정보
이름 | |
ID | acfidinelkdinofnlkbjibclamcpnecj |
공식 URL | https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj |
설명 | Extension that enable the edition of text on a webpage for content writers / developers. |
파일 크기 | 54.99 KB |
설치 횟수 | 39 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-10-06 |
출시 날짜 | 2019-10-05 |
개발자 | http://julien.how |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pagedit - Edit the text of a webpage", "version": "1.0.0", "manifest_version": 2, "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.", "homepage_url": "https:\/\/julien.how", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Start editing the page's text" }, "permissions": [ "activeTab", "debugger", "tabs" ], "content_scripts": [ { "matches": [ " |