Twitter Note
Take notes about them.
Twitter Note là gì?
Twitter Note là một tiện ích mở rộng Chrome được phát triển bởi https://emrecoban.com.tr, và tính năng chính của nó là "Take notes about 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 Twitter Note
Tải xuống các tệp mở rộng Twitter Note 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
Twitter Note is an open-source MIT-licensed Chrome and Brave browser extension that helps you to take notes about the people who you blocked, or muted on their profile page. To take a note, also you don't have to block, or mute them. Features Take a note (limitless characters) about someone. Delete all the notes with one click. See all the notes. Issues, Feedback, and Contributing Go to the GitHub repository: https://github.com/emrecoban/twitterNote
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Note |
ID | hkgdpppefidcddecmcchdkplfgjkjcdk |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-note/hkgdpppefidcddecmcchdkplfgjkjcdk |
Mô tả | Take notes about them. |
Kích Thước Tệp | 615 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2022-12-18 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://emrecoban.com.tr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/emrecoban/twitterNote |
URL Trang Trợ Giúp | https://github.com/emrecoban/twitterNote/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Note", "description": "Take notes about them.", "version": "1.0", "action": { "default_popup": ".\/popup\/popup.html", "default_icon": ".\/images\/twitterNote.png" }, "content_scripts": [ { "css": [ ".\/scripts\/contentStyle.css" ], "js": [ ".\/scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "icons": { "16": ".\/images\/twitterNote.png", "32": ".\/images\/twitterNote.png", "48": ".\/images\/twitterNote.png", "128": ".\/images\/twitterNote.png" } } |