copy 2 clipboard with ease

a simple way to copy tab title and url with ease

copy 2 clipboard with easeคืออะไร?

copy 2 clipboard with ease เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cage.chung และคุณลักษณะหลักของมันคือ "a simple way to copy tab title and url with ease"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย copy 2 clipboard with ease

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

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

                        Features
A simple and quick way to copy title and url with ease in chrome browser.

* default has 8 copy pattern
    * `title`
    * `[title](url)`
    * `title - url`
    * `url`
    * `surl`
    * `title - surl`
    * `[title](surl)`
    * `=HYPERLINK("url","title")`
* create custom pattern with `url`, `surl` & `title` (multiple) keyword to create arbitrarily pattern
* enable/disable copy pattern you want
* contextMenu/Page auto detect selection Links
* enable/disable snackbar notification

Change log

2.1.0 / 2022-02-01

  * fix material ui snackbar css conflict
  * contextMenu/Page auto detect selection Links
  * enable/disable snackbar notification

2.0.0 / 2018-08-29
==================

  * totally rewrite with react, redux & material UI
  * 8 default copy pattern
  * enable/disable copy pattern
  * create custom copy pattern you want
  * contextMenu support page/link source

1.0.3 / 2016-11-06
==================

  * modify permissions

1.0.2 / 2015-11-23
==================

  * fix shorten API error.

1.0.1 / 2015-04-05
==================

  * pattern input problem and other bug fixed.

1.0.0 / 2015-04-03
==================

  * add options settings sync via Google account between different chrome browser. Change UI themes from Bootstrap to semantic-ui. minors bug fixed.

0.0.110
==================

 * add copy link with name feature.

0.0.109
==================
  * chrome shortcut support. Default extension is "Shift+Alt+C". You can setup shortcut you want to enable fast copy one option of 5.

0.0.104
==================                    

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

ชื่อ copy 2 clipboard with ease copy 2 clipboard with ease
ID hiiobhaaokpmdmkkcaokdlanlemmcoah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-2-clipboard-with-eas/hiiobhaaokpmdmkkcaokdlanlemmcoah
คำอธิบาย a simple way to copy tab title and url with ease
ขนาดไฟล์ 390 KB
จำนวนการติดตั้ง 1,360
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2022-02-02
วันที่เผยแพร่ 2018-08-29
คะแนน 4.35/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา cage.chung
อีเมล cage.chung@gmail.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cage1016/copy-2-clipboard-with-ease-v2
URL หน้าช่วยเหลือ https://github.com/cage1016/copy-2-clipboard-with-ease-v2/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "name": "copy 2 clipboard with ease",
    "manifest_version": 2,
    "description": "a simple way to copy tab title and url with ease",
    "minimum_chrome_version": "29",
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "copy 2 clipboard with ease",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "activeTab",
        "contextMenus",
        "storage",
        "clipboardWrite",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/apis.google.com https:\/\/fonts.gstatic.com 'unsafe-eval'; object-src 'self'; connect-src http: https:; style-src 'self' chrome-extension: * 'unsafe-inline' https:\/\/fonts.gstatic.com; img-src 'self' https: http: data:; frame-src https: http:; font-src data:;",
    "web_accessible_resources": [
        "popup.html",
        "options.html"
    ]
}