Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Export links of all extensionsとは何ですか?
Export links of all extensionsはevgeniyarbuz18921によって開発されたChromeの拡張機能で、その主な機能は「Export name and url of all installed extensions in Google Chrome」です。
拡張機能のスクリーンショット
Export links of all extensions拡張機能のCRXファイルをダウンロード
Export links of all extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export name and url of all installed extensions in Google Chrome
Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions 拡張機能の基本情報
| 名前 | |
| ID | cmeckkgeamghjhkepejgjockldoblhcb |
| 公式URL | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
| 説明 | Export name and url of all installed extensions in Google Chrome |
| ファイルサイズ | 12.74 KB |
| インストール数 | 14,159 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2023-01-02 |
| 公開日 | 2020-08-13 |
| 評価 | 4.65/5 合計 88 レビュー |
| 開発者 | evgeniyarbuz18921 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gabrielbarros/export-all-extensions |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Export links of all extensions",
"version": "1.7",
"description": "Export name and url of all installed extensions in Google Chrome",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"offline_enabled": true,
"action": {
"default_icon": "img\/16.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"alarms",
"declarativeNetRequest",
"management"
]
} | |