Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Sublime-like tabbingคืออะไร?
Sublime-like tabbing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sublime-like tabbing
ดาวน์โหลดไฟล์ส่วนขยาย Sublime-like tabbing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just install and set the shortcut you want to use in chrome://extensions/ (in the footer of the page).
You can find the project on Github if you want to help: https://github.com/PhroZenOne/sub-like-ctrl-p ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | omlbledfohkfgpgfoklielaeapiomcdk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
| คำอธิบาย | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
| ขนาดไฟล์ | 85.93 KB |
| จำนวนการติดตั้ง | 242 |
| เวอร์ชันปัจจุบัน | 0.3 |
| อัปเดตครั้งล่าสุด | 2013-11-25 |
| วันที่เผยแพร่ | 2013-11-25 |
| คะแนน | 3.91/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sublime-like tabbing",
"description": "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history",
"author": "Mikael Berglund",
"version": "0.3",
"permissions": [
"history",
"tabs",
"bookmarks"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "tabwindow.html"
},
"options_page": "options.html"
} | |