Pigeon - Clipboard Sync

Sync clipboard and share text, images, link & files

Pigeon - Clipboard Sync क्या है?

Pigeon - Clipboard Sync http://quickapps.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync clipboard and share text, images, link & files"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pigeon - Clipboard Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pigeon is simple app that allows you to share text, images, links & files between your devices and synchronises your devices' clipboards. 

The Android app can be downloaded from the Google Play Store: 
https://play.google.com/store/apps/details?id=io.quickapps.pigeon

Sync Clipboard
- Copy and paste text between all your devices.
- Specify which device to sync clipboard with.

Sharing text, images, links & files
- Share text, links and files between devices.
- Automatically open links from your Android to your computer and vice versa.                    

एक्सटेंशन की मूल जानकारी

नाम Pigeon - Clipboard Sync Pigeon - Clipboard Sync
ID ahknkdccndjbhgiljeafkdfpggghieag
आधिकारिक URL https://chrome.google.com/webstore/detail/pigeon-clipboard-sync/ahknkdccndjbhgiljeafkdfpggghieag
विवरण Sync clipboard and share text, images, link & files
फ़ाइल का आकार 271 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-08-22
प्रकाशन तिथि 2018-08-22
रेटिंग 2.89/5 कुल 19 रेटिंग्स
डेवलपर http://quickapps.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "firebase-app.js",
            "firebase-auth.js",
            "firebase-database.js",
            "firebase-functions.js",
            "config.js",
            "helpers.js",
            "encryption.js",
            "notification.js",
            "contextmenu.js",
            "timeline.js",
            "clipboard.js",
            "device.js",
            "authentication.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "login.html",
        "default_icon": {
            "19": "img\/icons\/icon19.png",
            "38": "img\/icons\/icon48.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "downloads",
        "identity",
        "idle",
        "gcm",
        "notifications",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "oauth2": {
        "client_id": "784674885723-k1pvdo6cqdgtuk8lmglk8doagnh0edsi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgyqd+hyAoQk+liDFMcvtzmYGH9YfwtMlhRF7a4uT5MG0uJZfBL9eBtvZWzJTpB8wydcTNY3UBhXDvdZNHykySDgO1HnEqRc8cTvNfwavHQaBpxAvyu+iH\/3RMd8d64RDBzCVhIwXN2Uo7JNBNkmxQ+2T06qZCMBIIuypKljoehX981YjgZiKIrBZGPlha6E0MBhh4RSR\/8RleKsV61LMvlYjFYWAykMTD3HOM55cO44p+R+nk1VroUZDkMAiaVEy2GLVxIlLV1elCxuHEc6So26GGJofHPlfPbylmIQWoxVzIYHxZ35WJoIFeMHQflunmTyAJVo0OpSxJmoyzoCUgwIDAQAB",
    "short_name": "Pigeon"
}