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”。
擴展截圖
下載Edit Website Extension擴展crx文件
下載Edit Website Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | flaminmoaihaimhjbohfnbkklgonhjej |
| 官方網址 | 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
} | |