Readly
A little Google Reader treatment for Feedly
Readly क्या है?
Readly Illia Panasenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A little Google Reader treatment for Feedly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Most of things it visually changes are applied to list (titles, condensed) view only. What it does:
Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes
"v" opens article in new background tab एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | aflgknnjpkjdoapemodkijpmgclcingn |
| आधिकारिक URL | https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn |
| विवरण | A little Google Reader treatment for Feedly |
| फ़ाइल का आकार | 64.09 KB |
| स्थापना संख्या | 601 |
| वर्तमान संस्करण | 0.10.4 |
| अंतिम अपडेट | 2021-05-13 |
| प्रकाशन तिथि | 2019-03-07 |
| रेटिंग | 4.21/5 कुल 24 रेटिंग्स |
| डेवलपर | Illia Panasenko |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Readly",
"version": "0.10.4",
"manifest_version": 2,
"description": "A little Google Reader treatment for Feedly",
"icons": {
"16": "icons\/readly-16.png",
"32": "icons\/readly-32.png",
"64": "icons\/readly-64.png",
"128": "icons\/readly-128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.feedly.com\/home*",
"https:\/\/www.feedly.com\/home*",
"http:\/\/cloud.feedly.com\/*",
"https:\/\/cloud.feedly.com\/*",
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"css": [
"styles.css"
],
"js": [
"script.js"
]
}
]
} | |