Forever pinned
Allows you to open a set of pinned tabs when chrome starts up
Forever pinnedคืออะไร?
Forever pinned เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scottw.io และคุณลักษณะหลักของมันคือ "Allows you to open a set of pinned tabs when chrome starts up"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forever pinned
ดาวน์โหลดไฟล์ส่วนขยาย Forever pinned ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue. • Open a list of pinned tabs on startup • Option to reopen pinned tabs when a new window is create • Remove any duplicate tabs created while using multiple windows
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Forever pinned |
ID | nigigpmchbpkjjgncmpiggfnikllldlh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh |
คำอธิบาย | Allows you to open a set of pinned tabs when chrome starts up |
ขนาดไฟล์ | 311 KB |
จำนวนการติดตั้ง | 8,711 |
เวอร์ชันปัจจุบัน | 0.29 |
อัปเดตครั้งล่าสุด | 2019-02-02 |
วันที่เผยแพร่ | 2019-02-02 |
คะแนน | 3.92/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | scottw.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.scottw.io |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forever pinned", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/q.js", "js\/lodash.js", "js\/startup.js" ] }, "options_page": "options.html", "description": "Allows you to open a set of pinned tabs when chrome starts up", "version": "0.29", "browser_action": { "default_title": "Click to get restore Pinned Tabs!" } } |