Clipbuffer

Copy URLs without overwiting the clipboard.

Clipbufferคืออะไร?

Clipbuffer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JM Chumo Mata และคุณลักษณะหลักของมันคือ "Copy URLs without overwiting the clipboard."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extensión provides context menus to add content to he clipboard without overwriting it. Works on:
* Links
* Images
* Selected text
* Current page address
* Audio and video (HTML5)

The code can be found here: https://github.com/jmchuma/Clipbuffer                    

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

ชื่อ Clipbuffer Clipbuffer
ID kaljanbaemmkahepmddieipmafapobdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb
คำอธิบาย Copy URLs without overwiting the clipboard.
ขนาดไฟล์ 4.93 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2012-07-13
วันที่เผยแพร่ 2012-07-12
ผู้พัฒนา JM Chumo Mata
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "Clipbuffer",
    "offline_enabled": true,
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ],
    "version": "0.4.1"
}