Copy URL+

Copy a short URL, title, and selected text in any format you want.

Copy URL+คืออะไร?

Copy URL+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naoto Yokoyama และคุณลักษณะหลักของมันคือ "Copy a short URL, title, and selected text in any format you want."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy URL+

ดาวน์โหลดไฟล์ส่วนขยาย Copy URL+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Key features

- Keyboard shortcuts

- Flexible context menus

- URL shortening

- Notifications

Icons and promotional images are designed by Honeshabri.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy URL+ Copy URL+
ID capojgaalppngkaagaobmigigcgnidmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn
คำอธิบาย Copy a short URL, title, and selected text in any format you want.
ขนาดไฟล์ 35.59 KB
จำนวนการติดตั้ง 3,796
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-08-06
วันที่เผยแพร่ 2020-08-06
คะแนน 3.93/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Naoto Yokoyama
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL+",
    "version": "1.1.1",
    "description": "Copy a short URL, title, and selected text in any format you want.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/keyboard.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "https:\/\/www.googleapis.com\/url\/shortener",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}