Slorum strap-on
Addons for the Slorum
Slorum strap-on là gì?
Slorum strap-on là một tiện ích mở rộng Chrome được phát triển bởi monopoint, và tính năng chính của nó là "Addons for the Slorum".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slorum strap-on
Tải xuống các tệp mở rộng Slorum strap-on dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Slorum strap on. direct suggestions and appreciations to SpinDrift @ The Slorum inlines NSFW image links in forums inlines youtube links in forums keyboard shortcuts paste image/nsfw directly from clip boards click on app icon to toggle features Ideas are very welcome, apply in the Slorum. change log: 6.5 - resolved a bug where linked images would be treated as videos and display an empty box - increased view size of embedded videos 6.4 - imgur no longer serve webm, so we switched to mp4 for all imgur video embeds. 6.3 - updated to imgur api v3 6.2 - small fixes 6.1 - click resized images to un-resize them 6.0 - option to resize tall images to fit inside browser window - fixed a bug where gifv links were displayed as gif in clipboard tool 5.0 - embedding gifv links 4.6 - gfycat bug bugs and snags. 4.3 - Tweaks to the clipboard box 4.2 - bugfix: duplicate loading of nsfw images 4.0 - added support for gfycat links 3.4 - added support for https 3.3 - nfsw .jpeg images supported 3.2 - Bugfix: embed media checkbox wouldn't stick 3.1 - bugfix on j to scroll to next image 3.0 - Embeds vimeo links 2.0 - Embed soundcloud links 1.28 - Fixed paste from clipboard buttons 1.26 - Textual changes: removing Fazed, adding Slorum - Added som more domains, removed old ones. - Background in popup menu - new Icons 1.24/25 - added fazed.nu 1.23 - Fixed a resize bug in popup menu 1.22 - added permissions for new domain 1.21 - Keyboard short cut Help text in context menu 1.20 - inline NSFW images respect spoiler tags 1.13 - re-implemented and re-introduced attempt to reposition window after inserts, due to mr_green's annoyance levels reaching near maximum. Should now work much better than before. - added option to disable re-position 1.12 - Press F to go back to main forum page - tweaked image scroll-to offsets to show post header (like user name and post#) - removed attempt to reposition scroll after inserting images. (It never worked like it should, and when it did it was unexpected) 1.11 - Press N to go to next page. - J/K image navigation is now possible even before all images are loaded 1.10 - Press J and K to scroll to next / previous image or video - Press H to scroll to first unread post 1.9 -Removed paste buttons from the tab index.7 1.8 -The clipboard box is now aware of changes to the clipboard -Added close (clean clipboard) button to clipboard box 1.7 -one-click-buttons to paste [img] or [nsfw] from clipboard -fixed potential security vulnerability, thanks to Adrienne Porter Felt -various small fixes 1.6 -embeds youtu.be links 1.5 -embeds youtube links in forums -extension icons -repositions browser window after inlining 1.4 -click on icon to toggle nsfw images on or off -added popup menu to icon -changed name from fazeder to fazedr -extension tries to only load images from actual image links -downsizes large images to 800px wide for happy margins -changed icon -bug: "join us" link is marked as "nsfw" and generates an image
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slorum strap-on |
ID | jboeeifjpjmkohbkfhifcccmajlpcmdn |
URL Chính Thức | https://chromewebstore.google.com/detail/slorum-strap-on/jboeeifjpjmkohbkfhifcccmajlpcmdn |
Mô tả | Addons for the Slorum |
Kích Thước Tệp | 62.03 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 6.5 |
Cập Nhật Lần Cuối | 2016-07-24 |
Ngày Phát Hành | 2016-07-24 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | monopoint |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slorum strap-on", "short_name": "Slorum strap-on", "version": "6.5", "description": "Addons for the Slorum", "background": { "page": "helper.html" }, "icons": { "16": "fazeder_icon_16.png", "48": "fazeder_icon_48.png", "128": "fazeder_icon_128.png" }, "browser_action": { "default_icon": "fazeder_icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.fazed.nu\/forum*", "http:\/\/*.workwebpage.com\/forum*", "http:\/\/*.slorum.net\/forum\/*", "http:\/\/*.slorum.org\/forum\/*", "http:\/\/imabigmoronwhocantrememberhislines.com\/forum\/*", "https:\/\/*.fazed.nu\/forum*", "https:\/\/*.workwebpage.com\/forum*", "https:\/\/*.slorum.net\/forum\/*", "https:\/\/*.slorum.org\/forum\/*", "https:\/\/imabigmoronwhocantrememberhislines.com\/forum\/*" ], "js": [ "jquery.js", "fazedr.js", "soundcloud.js", "helper.js" ], "css": [ "fazedr.css" ] } ], "permissions": [ "tabs", "clipboardRead", "clipboardWrite" ] } |