Smart Copy Link

Copy tabs and web page links. Support analysis text link, open links, add to bookmark, and export in various formats

Smart Copy Linkคืออะไร?

Smart Copy Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extfan และคุณลักษณะหลักของมันคือ "Copy tabs and web page links. Support analysis text link, open links, add to bookmark, and export in various formats"

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

screenshot
screenshot

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

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

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

                        This is a hyperlink processing tool that aggregates multiple functions. Its powerful functions will definitely make you love it
Extended main functions:

.Copy link

 Copy Tab link
 It can copy the links of all the tab pages you have opened.

 Copy web link
 When you want to extract all the links in a certain webpage, use it to copy quickly.

 Copy area link
 Use the shortcut key and the mouse to drag the selection around the link and release the mouse, complete the copy.

 Copy the specified link
 You don’t need to right-click to copy the link address, just hover the link and press Ctrl-C / Cmd-C to complete the copy.

.Open link
 Support open links in new tab and new window.

.Add to bookmark
 Support one-click addition of captured links to bookmark.

.Save link
 Support export links in TEXT, HTML, JOSON formats, you can also customize the format according to your own preferences.

.Filter link
 Provide multiple conditions to filter links, you can filter duplicate links, filter by domain name, etc.

.Resolve link
 It will automatically resolve links based on the content you paste.                    

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

ชื่อ Smart Copy Link Smart Copy Link
ID aekjcglbehfoooglfoafbgglhhpjgemf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-copy-link/aekjcglbehfoooglfoafbgglhhpjgemf
คำอธิบาย Copy tabs and web page links. Support analysis text link, open links, add to bookmark, and export in various formats
ขนาดไฟล์ 746 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-11-29
วันที่เผยแพร่ 2021-11-25
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา extfan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.0.1",
    "description": "__MSG_description__",
    "background": {
        "page": "background\/background.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery-2.0.3.min.js",
                "content\/ctrlcCopy.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content\/content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';"
}