ClickHint
Better browsing - Inteligent alternative to bookmark tools & history
ClickHintคืออะไร?
ClickHint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.clickhint.com และคุณลักษณะหลักของมันคือ "Better browsing - Inteligent alternative to bookmark tools & history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClickHint
ดาวน์โหลดไฟล์ส่วนขยาย ClickHint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ClickHint can help you browse and research the internet. It is first extension supporting full text search on active tabs or your favourites. Main features: - full text search: - active tabs - your recent history - bookmarked pages - synchronized across different desktops - enriched search results with your past browsing statistics - enriched search results with community statistics - and more It was never easier to find what you have read in a past, was it 5 minutes ago or months ago. It is a tab manager, history and bookmarks tool all in one. ClickHint can make any research easier and faster with features such as search hints helping you decide where to click next, or the innovative browser history search engine. It is non-intrusive extension synced across different desktops with high adding value. It helps to replicate and speed up your personal pattern of exploring and benefiting from internet resources. For more help go to http://www.clickhint.com Release notes: 0.9.7.1 - upgraded manifest to 2.0 0.8.4.11 - full text search on bookmarked pages 0.8.4.10 - added active tabs with full text search 0.8.4.7 - added preview 0.8.4.6 - added pause action 0.8.4.5 - enabled keyboard shortcuts - fix for google experimental search preview
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjlfhmodommidkcahnnjohgpnkemocna |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clickhint/fjlfhmodommidkcahnnjohgpnkemocna |
คำอธิบาย | Better browsing - Inteligent alternative to bookmark tools & history |
ขนาดไฟล์ | 481 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.9.7.1 |
อัปเดตครั้งล่าสุด | 2013-06-27 |
วันที่เผยแพร่ | 2013-06-27 |
คะแนน | 4.07/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | http://www.clickhint.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClickHint", "version": "0.9.7.1", "description": "Better browsing - Inteligent alternative to bookmark tools & history", "background": { "page": "background.html" }, "options_page": "popup.html", "web_accessible_resources": [ "images\/greenScore.png", "images\/redScore.png", "images\/delete.png", "images\/stop.png", "images\/hideAll.png", "images\/redScore.png" ], "permissions": [ "tabs", "history", "bookmarks", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "ClickHint", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/" ], "css": [ "css\/content.css", "css\/shared.css" ], "js": [ "scripts\/jquery-1.8.3.js", "scripts\/md5.js", "content.min.js" ], "run_at": "document_idle", "all_frames": false } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |