Faster Inoreader
Open Inoreader links in new process
Faster Inoreaderคืออะไร?
Faster Inoreader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DSchember และคุณลักษณะหลักของมันคือ "Open Inoreader links in new process"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster Inoreader
ดาวน์โหลดไฟล์ส่วนขยาย Faster Inoreader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is based on Faster Feedly (https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig) This extension forces the Inoreader web application to open new tabs in a separate process, so that they never slow the reader itself.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Faster Inoreader |
ID | iegijjfanndgnjehdmgliklmmdkiimcn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn |
คำอธิบาย | Open Inoreader links in new process |
ขนาดไฟล์ | 16.51 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-03-05 |
วันที่เผยแพร่ | 2016-03-05 |
ผู้พัฒนา | DSchember |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/DSchember/Faster-Inoreader |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Inoreader", "version": "0.1", "manifest_version": 2, "description": "Open Inoreader links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.inoreader.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |