Feedly Full Feed

show full story of the current entry in feedly.

Feedly Full Feedคืออะไร?

Feedly Full Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mattn.kaoriya.net และคุณลักษณะหลักของมันคือ "show full story of the current entry in feedly."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly Full Feed

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

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

                        show full story of the current entry in feedly.
Some rss/atom feed don't provide full story. What are you doing then?

 goto the site?
 give up?

No No. use this extension.
If you can see 'G' mark in current entry on feedly, you can get full story with typing 'z'.

You can add the site to database at http://wedata.net/databases/LDRFullFeed/items


HOW TO ADD SITEINFO
==================

1. Please login with your OpenID.

2. Open URL above.

3. Click 'アイテム追加'

  * url (required) 
    regexp for the target URL. this is an perma-link writen in RSS/Atom feeds.
  
  * xpath (required) 
    XPath string for extract entry content.
  
  * type (required) 
    Choose as following.
    SBM: Social Bookmark
    IND: Indivisual site
    SUB: General purposed blog site
    GEN: General purpose site
  
  * enc (optional) 
    Specify character encoding for the site if the encoding is not 'UTF-8'.
  
  * base (optional) 
    If the RSS/Atom is feeded from another site like 'feedburner.com', specify the base URL in the target site.
    If your browser is working about 'finalUrl',  you don't need specify. Chrome or Firefox support already, then you ignore this option.
  
  * microformats (optional) 
    If you want to extract content of entry with microformats, set 'true'.

  If you checked fields, click '更新' button to add or update.

4. If you want to update the site info, find it from search box wich clicking '検索'. and click '編集' for update.

5. If you want to delete the site info, click '削除'.                    

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

ชื่อ Feedly Full Feed Feedly Full Feed
ID midbhkcjbhbnhknmlbelkjoiaglohlpf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/feedly-full-feed/midbhkcjbhbnhknmlbelkjoiaglohlpf
คำอธิบาย show full story of the current entry in feedly.
ขนาดไฟล์ 18.78 KB
จำนวนการติดตั้ง 228
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2013-07-03
วันที่เผยแพร่ 2013-07-03
คะแนน 2.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://mattn.kaoriya.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Full Feed",
    "description": "show full story of the current entry in feedly.",
    "manifest_version": 2,
    "version": "0.0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "btn.png",
        "default_title": "Fetch SITEINFO"
    },
    "content_scripts": [
        {
            "js": [
                "fullfeed.js"
            ],
            "css": [
                "fullfeed.css"
            ],
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*"
            ]
        }
    ]
}