Clone Page

Easily clone pages when browsing the web.

Clone Page क्या है?

Clone Page https://www.haohuu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily clone pages when browsing the web."।

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

screenshot

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

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

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

                        Let the Chrome™ browser support the clone page feature.

Before you may copy the current page link, then open a new tab, paste the link, and finally press the Enter key....

Now, save these operations!

You just need to click the ClonePage button!

-------------------------------------------------
- No internet connection, offline support
- Never touch user privacy!

In addition, you can use the ClonePage function in the context menu.

❤️❤️❤️                    

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

नाम Clone Page Clone Page
ID pgdjbeehbeajkcaflkboflehcdbidode
आधिकारिक URL https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode
विवरण Easily clone pages when browsing the web.
फ़ाइल का आकार 24.97 KB
स्थापना संख्या 3,110
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-01-25
प्रकाशन तिथि 2019-01-24
रेटिंग 2.50/5 कुल 6 रेटिंग्स
डेवलपर https://www.haohuu.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.haohuu.com/
समर्थित भाषाएँ de,en,fr,nl,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "version": "1.0.1",
    "description": "__MSG_app_desc__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_title": "__MSG_popup_desc__"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "homepage_url": "http:\/\/www.haohuu.com",
    "default_locale": "en"
}