Index
Organize Everything.
Indexคืออะไร?
Index เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://indexapp.com และคุณลักษณะหลักของมันคือ "Organize Everything."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Index
ดาวน์โหลดไฟล์ส่วนขยาย Index ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use the Index Chrome extension to quickly #index interesting ideas you find in the wild. The extension lets you quickly #index sites and pictures so you can build your ideas and make projects happen. Whether learning something new, or keeping track of the daily grind, Index keeps you organized so you can focus on what matters. For super quick Indexing, hit CMD-SHIFT-i
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ghkpddjaenkipmahjnkhljeipabemdfc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/index/ghkpddjaenkipmahjnkhljeipabemdfc |
คำอธิบาย | Organize Everything. |
ขนาดไฟล์ | 30.3 KB |
จำนวนการติดตั้ง | 722 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2017-11-26 |
วันที่เผยแพร่ | 2017-11-26 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | http://indexapp.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://indexapp.com |
URL หน้าช่วยเหลือ | https://indexapp.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Index", "version": "0.9", "manifest_version": 2, "description": "Organize Everything.", "icons": { "16": "icons\/chevron-icon-16.png", "32": "icons\/chevron-icon-32.png", "48": "icons\/chevron-icon-48.png", "96": "icons\/chevron-icon-96.png", "128": "icons\/chevron-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "cookies" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "16": "icons\/chevron-icon-16.png", "32": "icons\/chevron-icon-32.png", "48": "icons\/chevron-icon-48.png", "96": "icons\/chevron-icon-96.png", "128": "icons\/chevron-icon-128.png" }, "default_title": "Index this page", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+I" }, "description": "Opens the Index save extension." } } } |