Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Save It là gì?
Save It là một tiện ích mở rộng Chrome được phát triển bởi Saw207, và tính năng chính của nó là "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".
Ả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 Save It
Tải xuống các tệp mở rộng Save It 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 extension focuses on providing simple and easy way to store text in your browser. It's features are : -save -view -edit -sort -import -export If you find any bugs or you've came across problem with extension, please contact me for example via support option on the details-tab of this page. SaveIt is open source project available at https://github.com/swpw/SaveIt .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save It |
ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
URL Chính Thức | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
Mô tả | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
Kích Thước Tệp | 36.85 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.3.3 |
Cập Nhật Lần Cuối | 2019-01-17 |
Ngày Phát Hành | 2019-01-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Saw207 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save It", "version": "1.3.3", "description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.", "homepage_url": "https:\/\/github.com\/swpw\/SaveIt", "icons": { "128": "icon128.png", "48": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": ".\/popup\/popup.html" }, "options_page": ".\/options\/options.html", "background": { "scripts": [ ".\/event\/contextMenu.js", ".\/event\/badges.js", ".\/event\/initOptions.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus", "tabs" ] } |