Web FS
This extension provides an in-browser tool for organizing web resources (aka URLs).
Web FSคืออะไร?
Web FS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension provides an in-browser tool for organizing web resources (aka URLs)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web FS
ดาวน์โหลดไฟล์ส่วนขยาย Web FS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension is functionally equivalent to a simple file system. It's a file system for your web browser. It provides a works pace for hierarchical organization of all of your web resources, just like your local finder helps organize your files. Folders and sub-Folders are fully functional. This extension also provides a special feature: a reading queue which stores resources of your choice in the order in which you come across them. When browsing the web, store interesting documents and pages that you don't have time for immediately into the queue, and revisit them later. Once you visit a page from your queue, it's out of your reading list (unless of course you choose to save it permanently).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web FS |
ID | bomejnbhlgiddjjhgdjdhjhkckanbnig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-fs/bomejnbhlgiddjjhgdjdhjhkckanbnig |
คำอธิบาย | This extension provides an in-browser tool for organizing web resources (aka URLs). |
ขนาดไฟล์ | 79.96 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-02-22 |
วันที่เผยแพร่ | 2015-02-22 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web FS", "description": "This extension provides an in-browser tool for organizing web resources (aka URLs).", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab", "tabs", "storage", "contextMenus" ], "background": { "scripts": [ "contextRegister.js" ] } } |