Link2Phone

This extension help you send links to your phone for Free

什麼是Link2Phone?

Link2Phone是由https://link2phone.firebaseapp.com開發的Chrome擴展程式,該擴展的主要功能是“This extension help you send links to your phone for Free”。

擴展截圖

screenshot
screenshot

下載Link2Phone擴展crx文件

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

擴展使用說明

                        A Free and Easy to use Chrome Extension That Helps you send and receive links from your phone easily. Press a button to send the current open tab to your phone. Share Any Link from your Phone To PC

Sharing Links :- 
Sharing Links is easy,just open a tab you want to send to your phone,open widget and click SEND LINK to send it to your phone.

Receiving Links :- 
Send Links from your Phone to your Chrome Browsers and open them easily

Real-Time :-
The Data is Stored in Real Time.

Anonymous :-
No need to enter your information just generate an ID and start using, DATA is stored anonymously and the user id generated is random.

Fast:-
As the storage is Real-Time, the data is transferred instantaneously with low bandwidth usage

Generate ID :- https://link2phone.firebaseapp.com/
Download Android App :- wally.pw/link2phone                    

擴展基本資訊

名稱 Link2Phone Link2Phone
ID epehaagfadmeeaehllilddgkmkdefjij
官方網址 https://chrome.google.com/webstore/detail/link2phone/epehaagfadmeeaehllilddgkmkdefjij
簡介 This extension help you send links to your phone for Free
檔案大小 90.15 KB
安裝次數 191
目前版本 0.1.2
更新時間 2016-10-28
上架時間 2016-10-28
評分 4.00/5 共 2 次評分
開發者 https://link2phone.firebaseapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://play.google.com/store/apps/details?id=com.alphabyte.link2phone
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link2Phone",
    "description": "This extension help you send links to your phone for Free",
    "version": "0.1.2",
    "version_name": "0.1.1.BETA",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/*.getmdl.io; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "home.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js",
                "script_home.js",
                "checkinfo.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}