MyPages - Web Page Info & Tab Manager
Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.
MyPages - Web Page Info & Tab Managerคืออะไร?
MyPages - Web Page Info & Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ferenc Móricz และคุณลักษณะหลักของมันคือ "Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyPages - Web Page Info & Tab Manager
ดาวน์โหลดไฟล์ส่วนขยาย MyPages - Web Page Info & Tab Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Navigate quickly between your pages - Info Popup with the page thumbnail will help you, See ALL of your laptop's and desktop's opened tabs in one tab manager, Suspend, tag, save, send or close bunch of pages with a few clicks! Our feature rich Tab Manager helps you with the following tools: - Multi-selection feature and context menu to easily access the basic functions. - Tagging: You can add tags to each page during browsing. - Filtering: Narrow tab list by entering parts of the page title, url, or tag list. - Sorting: Reorder the list by clicking on the column header; multi-sort also supported! (shift-click) Our page Info Popup acts like a cover page of a book; it shows some important but usually hidden information: page title | description | thumbnail picture | first visit date | and a bigger version of its icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkmhnndhoghbanemljpkllckkhjjogok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mypages-web-page-info-tab/lkmhnndhoghbanemljpkllckkhjjogok |
คำอธิบาย | Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages. |
ขนาดไฟล์ | 734 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 1.9.3 |
อัปเดตครั้งล่าสุด | 2021-09-29 |
วันที่เผยแพร่ | 2020-06-14 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ferenc Móricz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.ferenk.dev/projects/mypages/?utm_source=cws&utm_medium=link&utm_campaign=cws_static_link |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyPages - Web Page Info & Tab Manager", "version": "1.9.3", "manifest_version": 2, "description": "Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.", "icons": { "128": "img\/mypages_icon.png" }, "browser_action": { "default_icon": "img\/mypages_icon.png", "default_popup": "popup.html", "popup": "popup.html" }, "background": { "scripts": [ "js\/3rdparty\/watch.js", "js\/3rdparty\/jquery.min.js", "js\/core\/util.js", "js\/core\/utilUi.js", "js\/background.js", "js\/support\/license.js", "js\/support\/license-chrome_web_store.js", "js\/support\/license-chargebee.js", "js\/3rdparty\/chargebee.js", "js\/session\/storage_tabs.js", "js\/session\/browser_tabs.js", "js\/session\/pages.js", "js\/support\/support.js", "js\/tools\/tools.js", "js\/popup.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |