Faster Feedly
Open Feedly links in new process
Faster Feedly क्या है?
Faster Feedly 0x04 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Feedly links in new process"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Faster Feedly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |