Edit Website Extension

Edit Live Websites Text On The Fly

Edit Website Extension란 무엇입니까?

Edit Website Extension은(는) Ashwin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit Live Websites Text On The Fly"입니다.

확장 프로그램 스크린샷

screenshot

Edit Website Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Edit texts in live website by clicking the extension.

Steps to use the extension:
1) Go to any website.
2) Click on the extension.
3) Start editing texts in the website like h1 tags or p tags or any tags.
4) Click on tht extension again to close edit mode & done!

Good for quick website text editing only & share with colleagues or friends.                    

확장 프로그램 기본 정보

이름 Edit Website Extension Edit Website Extension
ID flaminmoaihaimhjbohfnbkklgonhjej
공식 URL https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej
설명 Edit Live Websites Text On The Fly
파일 크기 14.54 KB
설치 횟수 8,572
현재 버전 1.3
최근 업데이트 2021-03-31
출시 날짜 2019-07-16
평점 4.39/5 총 18 개의 평점
개발자 Ashwin
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://privacy.ashwinshenoy.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edit Website Extension",
    "description": "Edit Live Websites Text On The Fly",
    "version": "1.3",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Alt+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}