Clone Page

Easily clone pages when browsing the web.

Τι είναι το Clone Page;

Το Clone Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.haohuu.com, και η κύρια λειτουργία του είναι "Easily clone pages when browsing the web.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Clone Page

Λήψη αρχείων επέκτασης Clone Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}