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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |