feedly shortcuts
This extension supplies shortcuts adjusting font-size and width of feed content for feedly
feedly shortcuts क्या है?
feedly shortcuts jeffsun.tj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension supplies shortcuts adjusting font-size and width of feed content for feedly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में feedly shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
three supplementary shortcuts for feedly this extension makes feedly more similar to google reader =/- zoom in/out the font size in the opening article +/_ widen/narrow the content any suggestion is welcome 1.1.7 add meta tag specifying 'no-referrer' policy 1.1.6 minor fix for image style 1.1.5 adapte to latest feedly.com centrailize images in feed 1.1.4 some minor fixes 1.1.3 fix permissions be able to adjust font size of within html tag other thanbe able to adjust content width of rss feed (use _/+) a usable popup window 1.1.2 support https connection 1.1.1 update for new url of feedly make content centerlized in feedly
एक्सटेंशन की मूल जानकारी
नाम | feedly shortcuts |
ID | ljfabpoffmgadjjfokkemmnamloihbco |
आधिकारिक URL | https://chromewebstore.google.com/detail/feedly-shortcuts/ljfabpoffmgadjjfokkemmnamloihbco |
विवरण | This extension supplies shortcuts adjusting font-size and width of feed content for feedly |
फ़ाइल का आकार | 27.27 KB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 1.1.7 |
अंतिम अपडेट | 2019-06-19 |
प्रकाशन तिथि | 2019-06-19 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | jeffsun.tj |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "feedly shortcuts", "description": "This extension supplies shortcuts adjusting font-size and width of feed content for feedly", "version": "1.1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "js": [ "feedly_injector.js" ] } ], "permissions": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" } } |