+ Flip It
Save anything you like from the web into your Flipboard.
Wat is + Flip It?
+ Flip It is een Chrome-extensie ontwikkeld door https://www.flipboard.com, en de belangrijkste functie is "Save anything you like from the web into your Flipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie + Flip It
Download + Flip It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | + Flip It |
ID | fbmppankahdodchhioklnbcmohehhjoa |
Officiële URL | https://chromewebstore.google.com/detail/+-flip-it/fbmppankahdodchhioklnbcmohehhjoa |
Beschrijving | Save anything you like from the web into your Flipboard. |
Bestandsgrootte | 8.75 KB |
Aantal Installaties | 60,394 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2017-07-07 |
Publicatiedatum | 2017-07-07 |
Beoordeling | 4.11/5 Totaal 297 Beoordelingen |
Ontwikkelaar | https://www.flipboard.com |
Betalingswijze | free |
Extensiewebsite | http://www.flipboard.com |
Ondersteunde Talen | 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 } |