Vyrtex Quick Add

Quick add to Vyrtex from Chrome

Vyrtex Quick Add là gì?

Vyrtex Quick Add là một tiện ích mở rộng Chrome được phát triển bởi https://vyrtex.com, và tính năng chính của nó là "Quick add to Vyrtex from Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vyrtex Quick Add

Tải xuống các tệp mở rộng Vyrtex Quick Add dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vyrtex Quick Add Vyrtex Quick Add
ID mpngmaeikidoddalmljkgnoeeghjpajp
URL Chính Thức https://chromewebstore.google.com/detail/vyrtex-quick-add/mpngmaeikidoddalmljkgnoeeghjpajp
Mô tả Quick add to Vyrtex from Chrome
Kích Thước Tệp 44.99 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2015-10-05
Ngày Phát Hành 2015-10-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://vyrtex.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.vyrtex.com/
URL Trang Trợ Giúp https://www.youtube.com/watch?v=dS-AgJfg3y8&feature=youtu.be
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}