Copy Real Url

Provides an option to copy the real link on Google Search, Yahoo Search, Facebook Chat and Hangouts instead of redirecting url

Copy Real Urlคืออะไร?

Copy Real Url เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sourya Kakarla และคุณลักษณะหลักของมันคือ "Provides an option to copy the real link on Google Search, Yahoo Search, Facebook Chat and Hangouts instead of redirecting url"

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

screenshot
screenshot
screenshot

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

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

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

                        In google search results and facebook chat, the links(urls) present are the redirection urls. This can be a headache when using chrome's Copy Link Address in the right click menu. This extension provides an addition option in the  menu `Copy real link`. When you click on it, the real link(url) is copied into the clipboard instead of the redirecting url. 

The extension also does wonders for copying Google Image Search urls. You get the actual clean source image url instead of the cached version(and obfuscated url)

Example shown on screenshot for google search

Using default Copy Link Address

https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCMQFjAB&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLed_Zeppelin&ei=DFHnU8_mK4Hi8AXqpIDAAg&usg=AFQjCNHIjSJNblTZM7fbhcTkrPNp14SnKw&sig2=L95WqCRVToubyMsGNnBFWg&bvm=bv.72676100,d.dGc

Using the Copy real link
http://en.wikipedia.org/wiki/Led_Zeppelin

Similarly for Facebook Chat links,
Using Copy Link Address
http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.arsenal.com%2Fhome&h=iAQF4eyqM

Using Copy real link
http://www.arsenal.com/home

For links in Hangouts,
Using Copy Link Address
http://www.google.com/url?q=http%3A%2F%2Funix.stackexchange.com%2F&sa=D&sntz=1&usg=AFQjCNFwyzc7PZkkYm499VZUSwaBdofBog

Using Copy real link
http://unix.stackexchange.com/

.                    

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

ชื่อ Copy Real Url Copy Real Url
ID opelelcojgjgddbfhlolihhdmjodmjdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-real-url/opelelcojgjgddbfhlolihhdmjodmjdf
คำอธิบาย Provides an option to copy the real link on Google Search, Yahoo Search, Facebook Chat and Hangouts instead of redirecting url
ขนาดไฟล์ 40.15 KB
จำนวนการติดตั้ง 2,117
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2016-03-13
วันที่เผยแพร่ 2016-03-12
คะแนน 4.15/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Sourya Kakarla
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ma08/chrome-link-copy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Real Url",
    "short_name": "copy link",
    "description": "Provides an option to copy the real link on Google Search, Yahoo Search, Facebook Chat and Hangouts instead of redirecting url",
    "version": "0.0.6",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}