Copy page URL as plain text

Decodes the page address URI and copies it to clipboard as plain text.

Copy page URL as plain textคืออะไร?

Copy page URL as plain text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima Pavlenko และคุณลักษณะหลักของมันคือ "Decodes the page address URI and copies it to clipboard as plain text."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy page URL as plain text

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

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

                        Usage:
1) Right click anywhere on a page and choose "Copy page URL as plain text" to copy the page URL to clipboard.
2) Click the extension icon in the toolbar to pop-up a dialog box with page URL text selected for copy/edit.

Until October/November 2019 in Google Chrome we could type a single space at the end of the page URL (in the address bar) and then copy the address as plain text. It was very useful for non-English URLs, to share later on social media/send to friends. If the social media didn't render the preview - you could paste the full "gibberish" URL first, let it render the preview and then change the address to the "nice" short link in the native language.

Developing this tiny extension allowed me to make the process even more efficient, by adding a menu option to the mouse right click anywhere on the page, rather than messing with the tiny address bar. Clicking on the extension icon in the toolbar opens a dialog box if you need to edit the address.

If you have an idea for useful extension/mobile app/online tool - feel free to contact me^-^                    

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

ชื่อ Copy page URL as plain text Copy page URL as plain text
ID chnfpahndhcehgdcmnlcahldcopagocp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-page-url-as-plain-te/chnfpahndhcehgdcmnlcahldcopagocp
คำอธิบาย Decodes the page address URI and copies it to clipboard as plain text.
ขนาดไฟล์ 15.58 KB
จำนวนการติดตั้ง 330
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2019-11-24
วันที่เผยแพร่ 2019-11-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dima Pavlenko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy page URL as plain text",
    "short_name": "Copy URL text",
    "description": "Decodes the page address URI and copies it to clipboard as plain text.",
    "version": "0.0.4",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/link-16.png",
            "24": "assets\/link-24.png",
            "32": "assets\/link-32.png"
        }
    },
    "icons": {
        "16": "assets\/link-16.png",
        "32": "assets\/link-32.png",
        "48": "assets\/link-48.png",
        "128": "assets\/link-128.png"
    },
    "background": {
        "page": "background.html"
    }
}

ส่วนขยายที่เกี่ยวข้อง