Faster Feedly
Open Feedly links in new process
Faster Feedlyคืออะไร?
Faster Feedly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0x04 และคุณลักษณะหลักของมันคือ "Open Feedly links in new process"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster Feedly
ดาวน์โหลดไฟล์ส่วนขยาย Faster Feedly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds the attribute "rel=noreferrer" to any link in Feedly right before the it gets clicked. Because of this attribute the link will open in a new chrome process instead of using the same process as the Feedly tab and share its resources. This means that you should not experience any hangs or freezes in Feedly. If Feedly or one of the opened pages are crashing, it won't let crash all the other tabs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
คำอธิบาย | Open Feedly links in new process |
ขนาดไฟล์ | 15.01 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-04-24 |
วันที่เผยแพร่ | 2016-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | 0x04 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kirrmann/Faster-Feedly |
URL หน้าช่วยเหลือ | https://github.com/kirrmann/Faster-Feedly/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Feedly", "version": "0.1", "manifest_version": 2, "description": "Open Feedly links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |