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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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