Vyrtex Quick Add
Quick add to Vyrtex from Chrome
Vyrtex Quick Addคืออะไร?
Vyrtex Quick Add เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vyrtex.com และคุณลักษณะหลักของมันคือ "Quick add to Vyrtex from Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vyrtex Quick Add
ดาวน์โหลดไฟล์ส่วนขยาย Vyrtex Quick Add ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/*" ] } |