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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}