Url Share

Share the url through a QR code

什麼是Url Share?

Url Share是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Share the url through a QR code”。

擴展截圖

screenshot

下載Url Share擴展crx文件

下載Url Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click on the extension, QR code gets generated, scan it with your mobile and you can access it on your mobile.

Imagine this, you are browsing the web on your laptop, you find a very useful website that you want to share with your friends on whatsapp. If you are like me, you are annoyed with the current methods - emailing to yourself etc. Or maybe you are in a hurry and want to continue reading on your mobile. This has been built for these kind of scenarios.                    

擴展基本資訊

名稱 Url Share Url Share
ID ekagffpamcaamencfbkjjleflmffmdjg
官方網址 https://chromewebstore.google.com/detail/url-share/ekagffpamcaamencfbkjjleflmffmdjg
簡介 Share the url through a QR code
檔案大小 62.73 KB
安裝次數 22
目前版本 2.0
更新時間 2015-08-26
上架時間 2015-08-26
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Share",
    "description": "Share the url through a QR code",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Share your page",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}