NotionCn
中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。
Cos'è NotionCn?
NotionCn è un'estensione di Chrome sviluppata da https://notion.pet, e la sua funzione principale è "中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NotionCn
Scarica i file di estensione NotionCn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
中文 Notion 插件(notion中文版),社区人工翻译校验。插件封装由 组件世界/WidgetStore 提供。
👁 社区维护翻译校验
📌 原有功能不受影响
🌍 翻译贡献者:
reamd7
💻 开源项目
https://github.com/Reamd7/notion-zh_CN
❤️ 关于我们:
Made by 组件世界/WidgetStore/Notion.Pet Informazioni di Base sull'Estensione
| Nome | |
| ID | hmnaobgeiojplphcldmeiklgllchflpp |
| URL Ufficiale | https://chromewebstore.google.com/detail/notioncn/hmnaobgeiojplphcldmeiklgllchflpp |
| Descrizione | 中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。 |
| Dimensione del File | 272 KB |
| Conteggio Installazioni | 30,000 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2023-09-12 |
| Data di Pubblicazione | 2022-07-24 |
| Valutazione | 4.52/5 Totale 25 Valutazioni |
| Sviluppatore | https://notion.pet |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://notion.pet/ |
| URL della Pagina di Aiuto | https://notion.so/ |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NotionCn",
"version": "1.0.3",
"description": "\u4e2d\u6587 Notion \u63d2\u4ef6\uff0c\u793e\u533a\u4eba\u5de5\u7ffb\u8bd1\u6821\u9a8c\u3002\u63d2\u4ef6\u5c01\u88c5\u7531 Notion.Pet \u63d0\u4f9b\u3002",
"keywords": "notion\u6c49\u5316,\u4e2d\u6587\u7248notion,notion\u4e2d\u6587,notion",
"manifest_version": 2,
"action": {
"default_icon": {
"16": ".\/assets\/icon16.png",
"48": ".\/assets\/icon48.png",
"128": ".\/assets\/icon128.png"
}
},
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/notion.so\/*",
"http:\/\/www.notion.so\/*",
"https:\/\/notion.so\/*",
"https:\/\/www.notion.so\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"host_permissions": [
"https:\/\/*\/"
]
} | |