+ Flip It

Save anything you like from the web into your Flipboard.

什麼是+ Flip It?

+ Flip It是由https://www.flipboard.com開發的Chrome擴展程式,該擴展的主要功能是“Save anything you like from the web into your Flipboard.”。

擴展截圖

screenshot
screenshot
screenshot

下載+ Flip It擴展crx文件

下載+ Flip It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save your favorite stories, images and videos from across the web into your own Flipboard magazines. Create magazines on any topic from Mid Century Design to Italian Cooking to Gadgets I Love.                    

擴展基本資訊

名稱 + Flip It + Flip It
ID fbmppankahdodchhioklnbcmohehhjoa
官方網址 https://chromewebstore.google.com/detail/+-flip-it/fbmppankahdodchhioklnbcmohehhjoa
簡介 Save anything you like from the web into your Flipboard.
檔案大小 8.75 KB
安裝次數 60,394
目前版本 1.6
更新時間 2017-07-07
上架時間 2017-07-07
評分 4.11/5 共 297 次評分
開發者 https://www.flipboard.com
付費類型 free
擴展官網 http://www.flipboard.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "+ Flip It",
        "default_icon": {
            "19": "flipboard-19.png",
            "38": "flipboard-38.png"
        }
    },
    "icons": {
        "16": "flipboard-16.png",
        "48": "flipboard-48.png",
        "128": "flipboard-128.png"
    },
    "name": "+ Flip It",
    "description": "Save anything you like from the web into your Flipboard.",
    "homepage_url": "http:\/\/www.flipboard.com",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.6",
    "manifest_version": 2
}