Reddit Scrolls Hover Scroll
This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.
Reddit Scrolls Hover Scrollとは何ですか?
Reddit Scrolls Hover ScrollはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.」です。
拡張機能のスクリーンショット
Reddit Scrolls Hover Scroll拡張機能のCRXファイルをダウンロード
Reddit Scrolls Hover Scroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will look through the subreddits /r/Scrolls and /r/ScrollsTrading and replace any iteration of a card name with a hoverable link. When hovered an image of the scroll will appear.
It makes use of the api from scrolldier.com. 拡張機能の基本情報
| 名前 | |
| ID | bcodpcpfhhhngkpcejdipfhpofdkiogo |
| 公式URL | https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo |
| 説明 | This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover. |
| ファイルサイズ | 73.49 KB |
| インストール数 | 19 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-12-31 |
| 公開日 | 2014-12-31 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Scrolls Hover Scroll",
"description": "This extension searches through the page on reddit.com\/r\/Scrolls for scroll names and creates an image of the scroll on hover.",
"version": "1.0",
"permissions": [
"http:\/\/www.reddit.com\/*",
"http:\/\/api.scrolldier.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.reddit.com\/r\/scrolls\/*",
"*:\/\/www.reddit.com\/r\/Scrolls\/*",
"*:\/\/*.reddit.com\/r\/scrollstrading\/*",
"*:\/\/*.reddit.com\/r\/ScrollsTrading\/*"
],
"js": [
"jquery.js",
"cs.js",
"scrolls_hover.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "scrolls_hover_icon_16.png",
"48": "scrolls_hover_icon_48.png",
"128": "scrolls_hover_icon.png"
}
} | |