Wander - connecting the world's intellectual

Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links

Wander - connecting the world's intellectual là gì?

Wander - connecting the world's intellectual là một tiện ích mở rộng Chrome được phát triển bởi Wander, và tính năng chính của nó là "Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wander - connecting the world's intellectual

Tải xuống các tệp mở rộng Wander - connecting the world's intellectual 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

                        Source, engage with, and store intellectual content.

Wander is a social network that allows intellectually curious users to source, engage with, prioritize, and retain high-quality, network-curated articles, blog posts, podcasts, and videos. In your feed, share and see content that you and your network value most. In explore, find the best content on the platform by sorting via tags. In your profile, save and access your favorite content into your own personal playlists. 

The Wander Chrome Extension allows you to:

- Share to Wander directly from the content you are viewing
- Add tags to your post
- Comment on the article to store your best insights

To learn more about Wander, check out [ThinkWander.com](https://www.thinkwander.com)

---------------------------------------------------------------------------------------------------------------------------
Our Privacy Policy:
https://docs.google.com/document/d/1tT3eEcqzRZBccieQr4UG6zdZfY7EHV016P2XBOgCATg/edit?usp=sharing                    

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

Tên Wander - connecting the world's intellectual Wander - connecting the world's intellectual
ID jlnlinahcngkalagopmboffcpppaefkp
URL Chính Thức https://chromewebstore.google.com/detail/wander-connecting-the-wor/jlnlinahcngkalagopmboffcpppaefkp
Mô tả Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2021-08-10
Ngày Phát Hành 2020-06-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Wander
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thinkwander.com/
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1tT3eEcqzRZBccieQr4UG6zdZfY7EHV016P2XBOgCATg/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wander",
    "name": "Wander - connecting the world's intellectual",
    "description": "Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links",
    "manifest_version": 2,
    "version": "3.0.4",
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128x128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "index.html"
    ]
}