Pinboard Search
Search Pinboard in Omnibox
Pinboard Search là gì?
Pinboard Search là một tiện ích mở rộng Chrome được phát triển bởi https://mono0x.net, và tính năng chính của nó là "Search Pinboard in Omnibox".
Ả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 Pinboard Search
Tải xuống các tệp mở rộng Pinboard 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
Pinboard Search provides incremental search for Pinboard. In the Omnibox, type 'p', hit space and then you can search your bookmarks. https://github.com/mono0x/pinboard-search version 0.4.0 - Add support for search expressions. 'a OR b', 'title:word', 'tag:word', 'comment:word', and '-word' are now supported. version 0.3.0 - Use Migemo Server (https://chrome.google.com/webstore/detail/migemo-server-for-google/dfccgbheolnlopfmahkcjiefggclmadb) instead of ChromeMigemo. version 0.2.0 - Add support for ChromeMigemo (https://chrome.google.com/webstore/detail/chromemigemo/pocnedlaincikkkcmlpcbipcflgjnjlj). version 0.1.0 - Add support for API token.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pinboard Search |
ID | ipooeblefgjhpfcmpjgccamencpbjodd |
URL Chính Thức | https://chromewebstore.google.com/detail/pinboard-search/ipooeblefgjhpfcmpjgccamencpbjodd |
Mô tả | Search Pinboard in Omnibox |
Kích Thước Tệp | 64.59 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2015-12-31 |
Ngày Phát Hành | 2015-12-30 |
Đánh Giá | 4.32/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://mono0x.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard Search", "version": "0.4.0", "description": "Search Pinboard in Omnibox", "background": { "scripts": [ "lib\/jquery.min.js", "lib\/utils.js", "lib\/pinboard.js", "lib\/migemo.js", "lib\/search.js", "lib\/parser.js", "lib\/omnibox.js" ] }, "sandbox": { "pages": [ "sandbox.html" ], "content_security_policy": "sandbox allow-scripts; script-src 'unsafe-eval'" }, "options_page": "options.html", "omnibox": { "keyword": "p" }, "permissions": [ "storage", "alarms", "unlimitedStorage", "https:\/\/api.pinboard.in\/v1\/posts\/update", "https:\/\/api.pinboard.in\/v1\/posts\/all" ] } |