+ 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.”。
扩展截图
下载+ 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 |
ID | fbmppankahdodchhioklnbcmohehhjoa |
官方URL | 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 } |