TabPinner
TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.
TabPinnerคืออะไร?
TabPinner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Borovets และคุณลักษณะหลักของมันคือ "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabPinner
ดาวน์โหลดไฟล์ส่วนขยาย TabPinner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you use pinned tabs? If you have a list of links that you would like to always have in the pinned, then this is an extension for you. Often it happens that all pinned tabs disappear. It is an incredible pain to remember all your links and pinn them again. With TabPinner you can store all your links in it and if your pinned tabs has been lost, you can easily restore them with one click. Design by Max Terry. Code by Roman Borovets.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabPinner |
ID | gbofjbbefpmmbpefchidpcpnhannddmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabpinner/gbofjbbefpmmbpefchidpcpnhannddmi |
คำอธิบาย | TabPinner will be useful if you use pinned tabs and from time to time somehow lose them. |
ขนาดไฟล์ | 30.65 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2019-04-23 |
วันที่เผยแพร่ | 2019-04-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Roman Borovets |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabPinner", "short_name": "TabPinner", "version": "0.0.4", "manifest_version": 2, "description": "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.", "homepage_url": "https:\/\/romanborovets.dev\/app\/tabpinner", "icons": { "16": "icons\/icon16_t.png", "48": "icons\/icon48_t.png", "128": "icons\/icon128_t.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19_t.png", "default_title": "TabPinner", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage", "tabs" ] } |