Save to Feedly Board

Quickly save an article you are reading in your browser in one of your Feedly boards

Save to Feedly Boardคืออะไร?

Save to Feedly Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://feedly.com และคุณลักษณะหลักของมันคือ "Quickly save an article you are reading in your browser in one of your Feedly boards"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Feedly Board

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

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

                        Quickly save any webpage to one of your Feedly personal or team boards. Share and shine.

This extension also allows you to collect real-time social media sharing information on the articles you read in your Feedly
 
New in 4.0:
- Loads two times faster than version 3.0
- Enhanced security and privacy                    

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

ชื่อ Save to Feedly Board Save to Feedly Board
ID hdhblphcdjcicefneapkhmleapfaocih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-feedly-board/hdhblphcdjcicefneapkhmleapfaocih
คำอธิบาย Quickly save an article you are reading in your browser in one of your Feedly boards
ขนาดไฟล์ 1.59 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 4.0.1
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-12
คะแนน 3.73/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา https://feedly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://feedly.com
URL หน้าช่วยเหลือ https://blog.feedly.com
URL หน้านโยบายความเป็นส่วนตัว https://feedly.com/i/legal/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Feedly Board",
    "description": "Quickly save an article you are reading in your browser in one of your Feedly boards",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Save to Feedly Board",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/",
        "https:\/\/graph.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ]
}