Haystack
Find any document in seconds
Haystackคืออะไร?
Haystack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://haystackapps.com และคุณลักษณะหลักของมันคือ "Find any document in seconds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Haystack
ดาวน์โหลดไฟล์ส่วนขยาย Haystack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Focus on your work, not finding your documents. Haystack helps you make the most of your time, by searching all your documents, files and history in the cloud in one place, instantly. It's also privacy-centric by being a local only solution! No files, documents, meta information or OAuth tokens are stored on a server, everything is stored on your computer. Never waste time asking or answering these questions again: Where? Search across Drive, Dropbox, Slack, Asana, Browser History and 20+ cloud solutions at once. What? Search both names and the content inside documents using simple filters. Which? Ensure you're opening the right file with a preview and version information. Why? Share, download or duplicate a file in one click (or keyboard shortcut). Using a keyboard shortcut (Control/Cmd + Spacebar) Haystack will allow you to search all your content that you have added in one place. It also takes over your new tab, showing the weather, the date and a quick way to search your content. It also shows contextual information inside of Google, Google Drive and other document based software. Privacy Policy: https://www.haystackapps.com/privacy Similar solution to Xendo, FYI, Wuha, Atlas Recall.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | momphgnbioifinbechjmjkiffbfhaafl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/haystack/momphgnbioifinbechjmjkiffbfhaafl |
คำอธิบาย | Find any document in seconds |
ขนาดไฟล์ | 10.03 MB |
จำนวนการติดตั้ง | 353 |
เวอร์ชันปัจจุบัน | 4.0.1 |
อัปเดตครั้งล่าสุด | 2019-08-23 |
วันที่เผยแพร่ | 2019-08-23 |
คะแนน | 4.54/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | http://haystackapps.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.haystackapps.com |
URL หน้าช่วยเหลือ | https://www.haystackapps.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Haystack", "version": "4.0.1", "author": "Haystack Inc", "manifest_version": 2, "description": "Find any document in seconds", "icons": { "16": "images\/icon-haystack-16.png", "32": "images\/icon-haystack-32.png", "38": "images\/icon-haystack-38.png", "64": "images\/icon-haystack-64.png", "128": "images\/icon-haystack-128.png" }, "background": { "persistent": true, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/storage.googleapis.com\/haystack https:\/\/www.google-analytics.com\/analytics.js https:\/\/cdn.segment.com\/analytics.js\/ https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "browser_action": { "default_icon": { "16": "images\/icon-haystack-16.png", "32": "images\/icon-haystack-32.png", "38": "images\/icon-haystack-38.png", "64": "images\/icon-haystack-64.png", "128": "images\/icon-haystack-128.png" }, "default_title": "Haystack" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "history", "tabs", "activeTab", " |