Link-Spy

Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.

Link-Spyคืออะไร?

Link-Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.puzzlegra.pl และคุณลักษณะหลักของมันคือ "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Link-Spy allows to read article summary without need to visit link. Description is visible inside window below hovered article link. If you like to see immediately each article description Link-Spy is the best solution. Extension can save you a lot of time spend on Internet for checking uninformative name of articles (links) and also prevent from visiting sites with content that you are not interested in.                    

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

ชื่อ Link-Spy Link-Spy
ID ppmblfjljdlkpgljghjnbejoofmbclkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-spy/ppmblfjljdlkpgljghjnbejoofmbclkb
คำอธิบาย Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.
ขนาดไฟล์ 41.88 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-03-07
วันที่เผยแพร่ 2015-03-07
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.puzzlegra.pl
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://puzzlegra.pl/linkspy_en.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link-Spy",
    "short_name": "L.S.",
    "description": "Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.",
    "version": "1.3",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "48": "images\/linkspy48r.png"
    },
    "page_action": {
        "default_title": "WWW Spy",
        "default_icon": {
            "48": "images\/linkspy48r.png",
            "128": "images\/linkspy128r.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styl.css"
            ]
        }
    ],
    "manifest_version": 2
}