TabJump - Intelligent Tab Navigator
A new way to navigate your tabs. Easily access most used tabs, associated tabs, and closed tabs. Allows tab locking too.
TabJump - Intelligent Tab Navigatorคืออะไร?
TabJump - Intelligent Tab Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.visibotech.com และคุณลักษณะหลักของมันคือ "A new way to navigate your tabs. Easily access most used tabs, associated tabs, and closed tabs. Allows tab locking too."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabJump - Intelligent Tab Navigator
ดาวน์โหลดไฟล์ส่วนขยาย TabJump - Intelligent Tab Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"Great tab manager" -- as featured in Lifehacker.com! When working with many tabs at the same time, it's hard to remember which one you want to go next. TabJump highlights frequently used tabs and related tabs so you can easily jump between them. And never worry again about closing tabs by accident, for TabJump can protect them. Features - Jump to frequently used tabs - Jump to related tabs (tabs from the same site, etc) - Restore recently closed tabs - Lock a tab to prevent accidental closing, an alert will be shown when you try to close/reload the tab Disclaimer - Due to Chrome limitations, extensions cannot restore history from closed tabs. If you need the history from a recently closed tab, you can press Ctrl+Shift+T to reopen them one by one. Try out our other extensions too! - Incredible StartPage http://goo.gl/he9o - TooManyTabs: http://goo.gl/AI2X - FreshStart Session Manager: http://goo.gl/249h License: http://www.visibotech.com/license/tabjump.html Translations & Credits: http://goo.gl/qG89Z If you want a video tutorial Molly at demogirl.com has created a simple screencast on it: http://goo.gl/FcIs Thanks Molly! Developed by Visibo Limited
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabJump - Intelligent Tab Navigator |
ID | hokofmgcicpnjchllaccgedmmmbbnbmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabjump-intelligent-tab-n/hokofmgcicpnjchllaccgedmmmbbnbmf |
คำอธิบาย | A new way to navigate your tabs. Easily access most used tabs, associated tabs, and closed tabs. Allows tab locking too. |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 40,560 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2020-05-11 |
วันที่เผยแพร่ | 2020-05-10 |
คะแนน | 4.08/5 รวมทั้งหมด 280 คะแนน |
ผู้พัฒนา | https://www.visibotech.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://blog.visibotech.com |
ภาษาที่รองรับ | de,en,fr,es,it,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.8", "manifest_version": 2, "description": "__MSG_description__", "icons": { "16": "img\/tabjump_icon.png", "48": "img\/tabjump_icon.png", "128": "img\/tabjump_icon128.png" }, "page_action": { "default_icon": { "19": "img\/tabjump_icon.png", "38": "img\/tabjump_icon.png" }, "default_title": "__MSG_pageActionTitle__", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "39", "default_locale": "en" } |