秀米插件
秀米插件
秀米插件とは何ですか?
秀米插件は秀睿信息科技(上海)有限公司によって開発されたChromeの拡張機能で、その主な機能は「秀米插件」です。
拡張機能のスクリーンショット
秀米插件拡張機能のCRXファイルをダウンロード
秀米插件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
将秀米图文内容快速复制到公众号后台图文编辑器,可以解决一些用复制粘贴会引起的格式丢失问题(例如特定的一些SVG功能),类似于使用秀米的同步功能但不需要进行公众号授权。 拡張機能の基本情報
| 名前 | |
| ID | fifkoliiibjdpcdfcknjjcpnahhnihid |
| 公式URL | https://chromewebstore.google.com/detail/%E7%A7%80%E7%B1%B3%E6%8F%92%E4%BB%B6/fifkoliiibjdpcdfcknjjcpnahhnihid |
| 説明 | 秀米插件 |
| ファイルサイズ | 29.12 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2023-08-11 |
| 公開日 | 2023-07-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | 秀睿信息科技(上海)有限公司 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://xiumi.us |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "0.0.3",
"description": "__MSG_extensionDescription__",
"default_locale": "zh_CN",
"author": "[email protected]",
"icons": {
"16": "images\/logo_normal_16.png",
"32": "images\/logo_normal_32.png",
"48": "images\/logo_normal_48.png",
"128": "images\/logo_normal_128.png"
},
"action": {
"default_icon": {
"16": "images\/logo_normal_16.png",
"24": "images\/logo_normal_24.png",
"32": "images\/logo_normal_32.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "views\/popup.html"
},
"background": {
"service_worker": "scripts\/serviceWorker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/xiumi.us\/*",
"https:\/\/*.xiumi.us\/*",
"http:\/\/*.xiumi.us\/*"
],
"run_at": "document_idle",
"js": [
"scripts\/crossoverSource.js"
]
},
{
"matches": [
"https:\/\/mp.weixin.qq.com\/cgi-bin\/appmsg*"
],
"run_at": "document_idle",
"js": [
"scripts\/crossoverSink.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/mp.weixin.qq.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.jpeg"
],
"matches": [
" | |