Scrollable Pesterlogs
Read the pesterlogs and look at the images on mspa at the same time.
Scrollable Pesterlogsとは何ですか?
Scrollable Pesterlogsはtinau nによって開発されたChromeの拡張機能で、その主な機能は「Read the pesterlogs and look at the images on mspa at the same time.」です。
拡張機能のスクリーンショット
Scrollable Pesterlogs拡張機能のCRXファイルをダウンロード
Scrollable Pesterlogs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows a maximum height to be set for pesterlogs on mspaintadventures.com. Pesterlogs longer then that max height will be cut off and allowed to scroll independently of the page. No more waiting to see if gifs had finished before reading the rest of the page. No more scrolling back and forth or opening two windows to keep the panel and the logs on screen at once. Notes: * Does not work on the act 6 intermission 4 and beyond authorlogs, only click to open style chat logs. * Only supports mspaintadventures for right now, other websites with similar formatting are ignored.
拡張機能の基本情報
名前 | Scrollable Pesterlogs |
ID | lbclcmplknojkdfplippmdeifbpaibgo |
公式URL | https://chromewebstore.google.com/detail/scrollable-pesterlogs/lbclcmplknojkdfplippmdeifbpaibgo |
説明 | Read the pesterlogs and look at the images on mspa at the same time. |
ファイルサイズ | 7.33 KB |
インストール数 | 110 |
現在のバージョン | 2.0 |
最終更新日 | 2014-11-14 |
公開日 | 2014-11-14 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | tinau n |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollable Pesterlogs", "description": "Read the pesterlogs and look at the images on mspa at the same time.", "version": "2.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.mspaintadventures.com\/*", "http:\/\/mspaintadventures.com\/*" ], "js": [ "scroll.js" ], "run_at": "document_end" } ] } |