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によって開発されたChromeの拡張機能で、その主な機能は「Link-Spy allows to read article brief without need to visit a link. Preview window shows instant description of the article content.」です。
拡張機能のスクリーンショット
Link-Spy拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 } |