+ Flip It

Save anything you like from the web into your Flipboard.

Was ist + Flip It?

+ Flip It ist eine Chrome-Erweiterung, die von https://www.flipboard.com entwickelt wurde, und ihr Hauptmerkmal ist "Save anything you like from the web into your Flipboard.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

+ Flip It-Erweiterungs-CRX-Datei herunterladen

Laden Sie + Flip It-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name + Flip It + Flip It
ID fbmppankahdodchhioklnbcmohehhjoa
Offizielle URL https://chromewebstore.google.com/detail/+-flip-it/fbmppankahdodchhioklnbcmohehhjoa
Beschreibung Save anything you like from the web into your Flipboard.
Dateigröße 8.75 KB
Installationsanzahl 60,394
Aktuelle Version 1.6
Letztes Update 2017-07-07
Veröffentlichungsdatum 2017-07-07
Bewertung 4.11/5 Insgesamt 297 Bewertungen
Entwickler https://www.flipboard.com
Zahlungsart free
Erweiterungswebsite http://www.flipboard.com
Unterstützte Sprachen 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
}