Twitter Bookmarks Search
Finally search all your Twitter Bookmarks!
Twitter Bookmarks Search là gì?
Twitter Bookmarks Search là một tiện ích mở rộng Chrome được phát triển bởi brandon, và tính năng chính của nó là "Finally search all your Twitter Bookmarks!".
Ả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 Bookmarks Search
Tải xuống các tệp mở rộng Twitter Bookmarks Search 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
Let's you easily search all your twitter bookmarks. Made by https://twitter.com/flybayer Source code: https://github.com/flybayer/twitter-bookmarks-search
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Bookmarks Search |
ID | flkokionhgagpmnhlngldhbfnblmenen |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-bookmarks-search/flkokionhgagpmnhlngldhbfnblmenen |
Mô tả | Finally search all your Twitter Bookmarks! |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 10 |
Cập Nhật Lần Cuối | 2021-07-27 |
Ngày Phát Hành | 2021-02-27 |
Đánh Giá | 3.34/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | brandon |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/flybayer/twitter-bookmarks-search |
URL Trang Trợ Giúp | https://github.com/flybayer/twitter-bookmarks-search/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Bookmarks Search", "short_name": "TB Search", "version": "10", "description": "Finally search all your Twitter Bookmarks!", "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.twitter.com\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "content-script.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |