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!
擴展基本資訊
名稱 | Notepad - online |
ID | fefodpegbocmidnfphgggnjcicipaibk |
官方網址 | 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 |
電子郵箱 | [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" } |