Real Pinned Tabs
This extension loads some predefined tabs on startup
Real Pinned Tabsคืออะไร?
Real Pinned Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://real-pinned-tabs.blogspot.com และคุณลักษณะหลักของมันคือ "This extension loads some predefined tabs on startup"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Real Pinned Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Real Pinned Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
v3.1 - updated the options page to act responsive to the available screen size v3.0 - wildcard support is finally here! v2.1 - fixed regression that prevented new tabs from being saved when put in manually (thanks kuroir for reporting the issue!) v2.0 - added new features: auto add pinned tabs and remove individual tabs v1.1 - fixed issues with the initial setup Brings back the --pinned-tab-count feature that has been removed from Chrome back in 2010 as an extension. You can define an unlimited number of tabs which are always loaded pinned on startup. While this feature has been partly implemented by the out of the box setting "On startup > Continue were I left off." this comes with one drawback - only the pinned tabs of the last closed window will be saved/restored.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Real Pinned Tabs |
ID | imdpkhkoopjbdmjppehmpkngncogadbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/real-pinned-tabs/imdpkhkoopjbdmjppehmpkngncogadbk |
คำอธิบาย | This extension loads some predefined tabs on startup |
ขนาดไฟล์ | 21.87 KB |
จำนวนการติดตั้ง | 357 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2014-12-10 |
วันที่เผยแพร่ | 2014-12-10 |
คะแนน | 3.14/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | https://real-pinned-tabs.blogspot.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://code.google.com/p/real-pinned-tabs/ |
URL หน้าช่วยเหลือ | https://code.google.com/p/real-pinned-tabs/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Real Pinned Tabs", "description": "This extension loads some predefined tabs on startup", "version": "3.1", "icons": { "128": "chrome-icon.png" }, "permissions": [ "tabs" ], "options_page": "options.html", "background": { "scripts": [ "startup.js" ], "persistent": false } } |