Pinboard Search
Search Pinboard in Omnibox
Pinboard Searchคืออะไร?
Pinboard Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mono0x.net และคุณลักษณะหลักของมันคือ "Search Pinboard in Omnibox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinboard Search
ดาวน์โหลดไฟล์ส่วนขยาย Pinboard Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinboard Search |
ID | ipooeblefgjhpfcmpjgccamencpbjodd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinboard-search/ipooeblefgjhpfcmpjgccamencpbjodd |
คำอธิบาย | Search Pinboard in Omnibox |
ขนาดไฟล์ | 64.59 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2015-12-31 |
วันที่เผยแพร่ | 2015-12-30 |
คะแนน | 4.32/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | https://mono0x.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |