Vyrtex Quick Add

Quick add to Vyrtex from Chrome

Vyrtex Quick Add란 무엇입니까?

Vyrtex Quick Add은(는) https://vyrtex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick add to Vyrtex from Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Vyrtex Quick Add 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is the official Vyrtex chrome extension, making it easier than ever for users to add articles to their collections. When reading an article, all you have to do is click the Vyrtex button on your browser bar and select a collection to add it to Vyrtex!

Vyrtex is a social content curation platform. Quite simply, it's a place to keep up with what you've been reading in an organized, community centric way. 
First you create collections based on broad topics that interest you. Then, when you read something that you really like — from the New York Times, The Atlantic, or perhaps one of your favorite blogs — you add it to one if your relevant collections. Other people can follow your collections to get a constant feed of your favorite things you've read, filtered by topic.                    

확장 프로그램 기본 정보

이름 Vyrtex Quick Add Vyrtex Quick Add
ID mpngmaeikidoddalmljkgnoeeghjpajp
공식 URL https://chromewebstore.google.com/detail/vyrtex-quick-add/mpngmaeikidoddalmljkgnoeeghjpajp
설명 Quick add to Vyrtex from Chrome
파일 크기 44.99 KB
설치 횟수 13
현재 버전 1.0.13
최근 업데이트 2015-10-05
출시 날짜 2015-10-04
평점 5.00/5 총 6 개의 평점
개발자 https://vyrtex.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.vyrtex.com/
도움말 페이지 URL https://www.youtube.com/watch?v=dS-AgJfg3y8&feature=youtu.be
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vyrtex Quick Add",
    "description": "Quick add to Vyrtex from Chrome",
    "version": "1.0.13",
    "minimum_chrome_version": "23",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "identity",
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/localhost:3000\/*",
        "http:\/\/localhost:3000\/oauth\/access_token\/",
        "http:\/\/vyrtex.com\/*",
        "http:\/\/vyrtex.com\/oauth\/access_token\/",
        "http:\/\/beta.vyrtex.com\/*",
        "http:\/\/beta.vyrtex.com\/oauth\/access_token\/",
        "http:\/\/vyrtex-staging.herokuapp.com\/*",
        "http:\/\/vyrtex-staging.herokuapp.com\/oauth\/access_token\/",
        "http:\/\/www.vyrtex.com\/*"
    ]
}