Colorable Feedly
Get Feedly colored by RSS feed sources
Colorable Feedly क्या है?
Colorable Feedly kodeout द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Feedly colored by RSS feed sources"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colorable Feedly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode.
Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore.
CHANGELOG
v0.1.5 (2023-02-19 )
- Fix to support the latest feedly.com
v0.1.4 ( 2021-09-20 )
- Fix to support the latest feedly.com
v0.1.3 ( 2021-04-18 )
- Fix to support the latest feedly.com
v0.1.2 ( 2017-07-17 )
- Use CRC24 to generate various color codes
v0.1.1 ( 2017-02-20 )
- Bugfix to support the latest feedly.com एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | cmjhplmpnpaknnllafgpkbadgligedbc |
| आधिकारिक URL | https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc |
| विवरण | Get Feedly colored by RSS feed sources |
| फ़ाइल का आकार | 82.25 KB |
| स्थापना संख्या | 179 |
| वर्तमान संस्करण | 0.1.5 |
| अंतिम अपडेट | 2023-02-19 |
| प्रकाशन तिथि | 2017-07-16 |
| रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
| डेवलपर | kodeout |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Colorable Feedly",
"version": "0.1.5",
"description": "Get Feedly colored by RSS feed sources",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"js": [
"jquery.slim.min.js",
"colorable.js"
],
"css": [
"colorable.css"
]
}
]
} | |