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 |
| 公式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 |
| Eメール | [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
} | |