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是由https://feedly.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly save an article you are reading in your browser in one of your Feedly boards”。

擴展截圖

screenshot

下載Save to Feedly Board擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}