Share me - Content sharing for Mobile/Tablet

Share your favorite web contents like article, link, video and text on your Mobile/Tablet.

Share me - Content sharing for Mobile/Tablet là gì?

Share me - Content sharing for Mobile/Tablet là một tiện ích mở rộng Chrome được phát triển bởi DivP3, và tính năng chính của nó là "Share your favorite web contents like article, link, video and text on your Mobile/Tablet.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share me - Content sharing for Mobile/Tablet

Tải xuống các tệp mở rộng Share me - Content sharing for Mobile/Tablet 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

                        Looking for sharing a web page, article, video, or selected text on to your Mobile/Tablet. 

You got this extension, which will generate a QR Code of your favorite content. You can scan the QR Code using your Mobile/Tablet to access the content.

Following content are supported:

- Web Page : Just click the 'Share me' extension to share.

- Selected Text : Select your favorite text on the web page and right click and select 'Share with your Mobile/Tablet' context menu.

- Link : Right click on your favorite link and select 'Share with your Mobile/Tablet' context menu.

- YouTube Video: Right click anywhere on the page and select 'Share with your Mobile/Tablet' context menu.                    

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

Tên Share me - Content sharing for Mobile/Tablet Share me - Content sharing for Mobile/Tablet
ID hhcmoefkofcdbfbpgibmffepdgaklppi
URL Chính Thức https://chromewebstore.google.com/detail/share-me-content-sharing/hhcmoefkofcdbfbpgibmffepdgaklppi
Mô tả Share your favorite web contents like article, link, video and text on your Mobile/Tablet.
Kích Thước Tệp 96.71 KB
Số Lần Cài Đặt 2,545
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-02-01
Ngày Phát Hành 2015-02-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển DivP3
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share me - Content sharing for Mobile\/Tablet",
    "description": "Share your favorite web contents like article, link, video and text on your Mobile\/Tablet.",
    "version": "0.2",
    "icons": {
        "16": "assets\/images\/icon_32.png",
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Share me",
    "author": "DivP3"
}