LinkShot Extension
This extension appends screenshots for each link in google search result that improve your search experience.
LinkShot Extensionとは何ですか?
LinkShot Extensionはlinkshot.appによって開発されたChromeの拡張機能で、その主な機能は「This extension appends screenshots for each link in google search result that improve your search experience.」です。
拡張機能のスクリーンショット
LinkShot Extension拡張機能のCRXファイルをダウンロード
LinkShot Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension appends screenshots for each link in google search result that improve your search experience. 拡張機能の基本情報
| 名前 | |
| ID | acefnkdabokjpelacjcgkpfennjilmka |
| 公式URL | https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka |
| 説明 | This extension appends screenshots for each link in google search result that improve your search experience. |
| ファイルサイズ | 40.57 KB |
| インストール数 | 31 |
| 現在のバージョン | 1.4.3 |
| 最終更新日 | 2020-11-14 |
| 公開日 | 2020-03-26 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | linkshot.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LinkShot Extension",
"version": "1.4.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.google.dk\/*",
"https:\/\/www.google.com\/*",
"https:\/\/www.google.com.ua\/*"
],
"js": [
"jquery-3.2.1.min.js",
"mustache.min.js",
"analytics.js",
"content.js"
],
"css": [
"imageTemplate.css"
]
}
],
"background": {
"scripts": [
"jquery-3.2.1.min.js",
"background.js"
]
},
"web_accessible_resources": [
"imageTemplate.mst",
"bigImageTemplate.mst",
"analytics.html",
"analytics2.html"
]
} | |