SelfScroll
This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
什麼是SelfScroll?
SelfScroll是由https://zerobug.it開發的Chrome擴展程式,該擴展的主要功能是“This extension allow to automatically scroll the page. Suitable for monitors and kiosks.”。
擴展截圖
下載SelfScroll擴展crx文件
下載SelfScroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allow to automatically scroll the page. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
擴展基本資訊
名稱 | SelfScroll |
ID | lofkbkbhpmeihoaogggfbhmjdekjihlf |
官方網址 | https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf |
簡介 | This extension allow to automatically scroll the page. Suitable for monitors and kiosks. |
檔案大小 | 132 KB |
安裝次數 | 1,476 |
目前版本 | 1.4 |
更新時間 | 2018-11-13 |
上架時間 | 2018-11-13 |
評分 | 4.40/5 共 5 次評分 |
開發者 | https://zerobug.it |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://zerobug.it/ |
支援的語言 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelfScroll", "version": "1.4", "description": "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.", "default_locale": "en", "icons": { "16": ".\/icons\/selfscroll_16.png", "48": ".\/icons\/selfscroll_48.png", "128": ".\/icons\/selfscroll_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "selfscroll_script.js" ] } ], "options_ui": { "page": "selfscroll_options.html", "chrome_style": true }, "background": { "scripts": [ "selfscroll_background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/selfscroll.png", "default_title": "SelfScroll" }, "manifest_version": 2 } |