Notepad - online
Notepad-online for Chrome with sync functionality. Open and edit data on any computer.
Notepad - onlineとは何ですか?
Notepad - onlineはhttps://notepad-online.ruによって開発されたChromeの拡張機能で、その主な機能は「Notepad-online for Chrome with sync functionality. Open and edit data on any computer.」です。
拡張機能のスクリーンショット
Notepad - online拡張機能のCRXファイルをダウンロード
Notepad - online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is just a notepad online. You can save any text from the internet and get access to it anywhere. Notepad with auto save and sync.
Create a large number of notes for different purposes.
Enter the password, so nobody can see the content of your Notepad.
Enjoy! 拡張機能の基本情報
| 名前 | |
| ID | fefodpegbocmidnfphgggnjcicipaibk |
| 公式URL | https://chromewebstore.google.com/detail/notepad-online/fefodpegbocmidnfphgggnjcicipaibk |
| 説明 | Notepad-online for Chrome with sync functionality. Open and edit data on any computer. |
| ファイルサイズ | 294 KB |
| インストール数 | 261,894 |
| 現在のバージョン | 1.15.120 |
| 最終更新日 | 2023-04-13 |
| 公開日 | 2020-06-04 |
| 評価 | 4.35/5 合計 1123 レビュー |
| 開発者 | https://notepad-online.ru |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://notepad-online.info/privacy.html |
| 対応言語 | de,en,fr,es,it,pt-BR,ru,hi,zh-CN |
| manifest.json | |
{
"manifest_version": 2,
"author": "nevzilya",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"options_page": "options.html",
"version": "1.15.120",
"offline_enabled": true,
"background": {
"page": "background.html"
},
"icons": {
"48": "img\/notepad_48.png",
"128": "img\/notepad_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"https:\/\/notepad-online.ru\/*",
"http:\/\/notepad-online.ru\/*",
"unlimitedStorage",
"contextMenus"
],
"browser_action": {
"default_icon": {
"24": "img\/a_6.png",
"48": "img\/notepad_48.png",
"128": "img\/notepad_128.png"
},
"default_title": "__MSG_ext_short_name__",
"default_popup": "index.html"
},
"default_locale": "en",
"short_name": "__MSG_ext_short_name__",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
} | |