RSS Reader Style
Reduce the margin RSS Reader.
RSS Reader Style क्या है?
RSS Reader Style https://hi0a.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduce the margin RSS Reader."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Reader Style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change the layout of RSS Reader.
Displays narrow row spacing.
compact view for title only mode.
feedly.com
digg.com
my.yahoo.co.jp
Feedly Suggestion
http://feedly.uservoice.com/forums/192636-suggestions एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | gialkacknhjboidnkgappheioemdcona |
| आधिकारिक URL | https://chromewebstore.google.com/detail/rss-reader-style/gialkacknhjboidnkgappheioemdcona |
| विवरण | Reduce the margin RSS Reader. |
| फ़ाइल का आकार | 93.6 KB |
| स्थापना संख्या | 1,778 |
| वर्तमान संस्करण | 1.6.1.3 |
| अंतिम अपडेट | 2015-06-26 |
| प्रकाशन तिथि | 2015-06-26 |
| रेटिंग | 4.00/5 कुल 26 रेटिंग्स |
| डेवलपर | https://hi0a.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://plus.google.com/104695002981847637487/ |
| सहायता पृष्ठ URL | https://plus.google.com/104695002981847637487/ |
| गोपनीयता नीति पृष्ठ URL | https://hi0a.com/privacy |
| समर्थित भाषाएँ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RSS Reader Style",
"version": "1.6.1.3",
"manifest_version": 2,
"default_locale": "en",
"description": "__MSG_extensiondescription__",
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*",
"http:\/\/cloud.feedly.com\/*",
"https:\/\/cloud.feedly.com\/*",
"http:\/\/www.feedly.com\/*",
"https:\/\/www.feedly.com\/*"
],
"js": [
"jquery.js",
"script-feedly.js"
],
"css": [
"style-feedly.css"
],
"run_at": "document_idle"
},
{
"matches": [
"http:\/\/digg.com\/reader",
"http:\/\/digg.com\/reader\/*",
"https:\/\/digg.com\/reader",
"https:\/\/digg.com\/reader\/*"
],
"css": [
"style-digg.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/www.google.com\/reader\/*",
"http:\/\/www.google.com\/reader\/*",
"https:\/\/www.google.co.jp\/reader\/*",
"http:\/\/www.google.co.jp\/reader\/*"
],
"css": [
"style-google.css"
],
"run_at": "document_idle"
},
{
"matches": [
"http:\/\/my.yahoo.co.jp\/*"
],
"js": [
"jquery.js",
"script-myyahoo.js"
],
"css": [
"style-myyahoo.css"
],
"run_at": "document_idle"
}
],
"page_action": {
"default_icon": "icon.png",
"default_title": "RSS Reader Style"
},
"options_page": "options.html"
} | |