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