+ 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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}