Link Finder

Link Finder

Link Finderคืออะไร?

Link Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codingeverything.blogspot.com และคุณลักษณะหลักของมันคือ "Link Finder"

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

screenshot

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

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

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

                        Find all links to named anchors within the page so you can create descriptive links to content within a page.

Simply click the ID button in your browsers action buttons.  The page will display all available fragmented links.  You can click on any link for a preview of where the page will load.  Copy the address directly from the popover or from the address bar after clicking a link.  To hide the popups, just click the icon again and you can resume work.                    

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

ชื่อ Link Finder Link Finder
ID jnodcgnkggmnlmcgibanbaeagpjckjnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd
คำอธิบาย Link Finder
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 590
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2013-12-25
วันที่เผยแพร่ 2013-12-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://codingeverything.blogspot.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KyleMit/LinkFinder
URL หน้าช่วยเหลือ https://github.com/KyleMit/LinkFinder/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Finder",
    "version": "0.3",
    "description": "Link Finder",
    "icons": {
        "16": "Icons\/Logo16.png",
        "32": "Icons\/Logo32.png",
        "48": "Icons\/Logo48.png",
        "128": "Icons\/Logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icons\/LogoSmall19.png",
            "38": "Icons\/LogoSmall38.png"
        },
        "default_title": "Link Finder"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}