NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
NewTab Sync Notes là gì?
NewTab Sync Notes là một tiện ích mở rộng Chrome được phát triển bởi Rudi Olckers, và tính năng chính của nó là "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NewTab Sync Notes
Tải xuống các tệp mở rộng NewTab Sync Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is a chrome extension which aim to be a light-weight notes manager that opens up when a new tab is created. The content will be synchronised across multiple browser instances. The Papier chrome extension (https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia) inspired this project.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NewTab Sync Notes |
ID | neiinhkoafdpmaimmckhceppaaflojpc |
URL Chính Thức | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
Mô tả | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
Kích Thước Tệp | 618 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-08-08 |
Ngày Phát Hành | 2016-08-08 |
Đánh Giá | 2.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Rudi Olckers |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NewTab Sync Notes", "version": "1.1", "description": "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "incognito": "split", "permissions": [ "storage" ] } |