RSS Timeliner

Keep in touch with your favorite websites by following their RSS and show feeds in one timeline!

RSS Timelinerคืออะไร?

RSS Timeliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev. Mohammed M. AlBanna และคุณลักษณะหลักของมันคือ "Keep in touch with your favorite websites by following their RSS and show feeds in one timeline!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Timeliner

ดาวน์โหลดไฟล์ส่วนขยาย RSS Timeliner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A lot of websites provide RSS (Rich Site Summary) service, which provide the last articles-posts in their website, you need one place to collect these feeds in one Timeline, read, favorites and share any feed in one click!

Features:
--------
*) Simple interface.
*) Free, no ADS now or in the future! True Story!
*) Collect 50 feeds for every website.
*) The extension as possible will get image for this feed from its content.
*) Follow any website's feed by following it.
*) You can select the direction of text (RTL or LTR) when adding any website's feed url.
*) Every two hours the feeds will automaticlly refreshed, or you can just click refresh button to fetch feeds from followed websites immediatly.
*) Hover the mouse on any feed image to preview it (From verion 1.1).
*) In the first installation, the extension contains bulk of followed websites.
*) Share any feed to Twitter/Facebook/Google+ by one click.
*) Favorite any feed to read it later.
*) Search in feeds/favorite feeds/website feeds url faster.
*) Products tab for other extensions and products that i've developed, in case if you're interesting in Google Chrome Extensions.

Like RSS Timeliner ? Please rate me ★★★★★

Share it in share section...it will be appreciated.

► Logs of Versions: 
http://goo.gl/irfW9d

► My page on Facebook:
FB.com/MBanna.info

► Original Page of extension:
http://goo.gl/Y1ElGc

► عن الإضافة في المدونة:
http://goo.gl/3aTAul

► My personal page:
www.mbanna.info

► مدونتي الشخصية:
www.OutOfPalBox.net                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RSS Timeliner RSS Timeliner
ID ngdmipkiipfloinkjajhdjnknfgagoim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rss-timeliner/ngdmipkiipfloinkjajhdjnknfgagoim
คำอธิบาย Keep in touch with your favorite websites by following their RSS and show feeds in one timeline!
ขนาดไฟล์ 94.56 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2016-01-14
วันที่เผยแพร่ 2016-01-13
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dev. Mohammed M. AlBanna
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mbanna.info/rss-timeliner-chrome-extension/
URL หน้าช่วยเหลือ http://www.mbanna.info/rss-timeliner-chrome-extension/#lastVersion
URL หน้านโยบายความเป็นส่วนตัว https://www.mbanna.me/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Timeliner",
    "version": "1.1.8",
    "description": "Keep in touch with your favorite websites by following their RSS and show feeds in one timeline!",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.mbanna.info",
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/www.mbanna.info\/rss-timeliner-chrome-extension\/",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}