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 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."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link-Spy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |