Linkenstein
With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Linkensteinคืออะไร?
Linkenstein เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mykola Bespaliuk และคุณลักษณะหลักของมันคือ "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkenstein
ดาวน์โหลดไฟล์ส่วนขยาย Linkenstein ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs. - For selected URL shortening service press the trigger key (see options) before calling context menu of a link. - Google's URL shortener also writes shortened links into personal history (if you have a Google account and are currently logged in) - To copy URL and title of current page you can call the context menu in any "free" space on the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Linkenstein |
ID | jemblnlfaakimlhnakdccmbokcoilmej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej |
คำอธิบาย | With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs. |
ขนาดไฟล์ | 42.41 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2014-04-16 |
วันที่เผยแพร่ | 2014-04-16 |
คะแนน | 3.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | Mykola Bespaliuk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "version": "1.0.10", "description": "__MSG_AppDesc__", "default_locale": "en", "permissions": [ "contextMenus", "clipboardRead", "clipboardWrite", "*:\/\/*\/*" ], "background": { "persistent": false, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "content_scripts": [ { "matches": [ " |