Page Manipulator

开发者工具插件大小: 2.17MiB版本: v 0.5.2更新时间: 2021-12-21
大小:2.17MiB版本:v 0.5.2更新时间:2021-12-21

Inject HTML, CSS or JavaScript into any web-page. The changes you make are applied everytime you visit the specified website(s).

Page Manipulator 的使用方法详解,最全面的教程


Page Manipulator 描述:

用户数:4000

分类:开发者工具插件

扩展大小:2.17 MiB

最后更新时间:2021-12-21

版本:v 0.5.2


Page Manipulator 插件简介:

这是来自Chrome商店的 Page Manipulator 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


Page Manipulator插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


Page Manipulator插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
𝐂𝐮𝐬𝐭𝐨𝐦𝐢𝐳𝐞 𝐚𝐥𝐦𝐨𝐬𝐭 𝐚𝐧𝐲 𝐰𝐞𝐛-𝐩𝐚𝐠𝐞 𝐛𝐲 𝐢𝐧𝐣𝐞𝐜𝐭𝐢𝐧𝐠 𝐜𝐮𝐬𝐭𝐨𝐦 𝐇𝐓𝐌𝐋, 𝐂𝐒𝐒, 𝐨𝐫 𝐉𝐚𝐯𝐚𝐒𝐜𝐫𝐢𝐩𝐭. 𝐇𝐚𝐯𝐞 𝐭𝐡𝐞 𝐜𝐡𝐚𝐧𝐠𝐞𝐬 𝐲𝐨𝐮 𝐦𝐚𝐤𝐞 𝐛𝐞 𝐬𝐚𝐯𝐞𝐝 𝐚𝐧𝐝 𝐚𝐩𝐩𝐥𝐢𝐞𝐝 𝐞𝐯𝐞𝐫𝐲 𝐭𝐢𝐦𝐞 𝐲𝐨𝐮 𝐯𝐢𝐬𝐢𝐭 𝐭𝐡𝐞 𝐬𝐩𝐞𝐜𝐢𝐟𝐢𝐞𝐝 𝐰𝐞𝐛𝐬𝐢𝐭𝐞𝐬. 𝐁𝐞𝐭𝐭𝐞𝐫 𝐭𝐡𝐚𝐧 '𝐢𝐧𝐬𝐩𝐞𝐜𝐭 𝐞𝐥𝐞𝐦𝐞𝐧𝐭' 𝐛𝐞𝐜𝐚𝐮𝐬𝐞 𝐜𝐡𝐚𝐧𝐠𝐞𝐬 𝐰𝐢𝐥𝐥 𝐬𝐭𝐚𝐲 𝐚𝐟𝐭𝐞𝐫 𝐫𝐞𝐥𝐨𝐚𝐝𝐢𝐧𝐠. Functionalities: - Automatically inject custom HTML, CSS, and/or JavaScript into the pages you specify. - Run custom CSS before the page is fully loaded so you won't see the original page first. - Inject JavaScript on the go. - Add/Remove/Change the HTML and CSS on the go. - Right click on any element on a page to get the full CSS path. - Automatically saves the changes you make.     - Files that contain less than 8000 characters are synced across your Google account.     - Files that contain 8000 or more characters are stored locally. Fun use cases: - Cheat simple games like the T. rex game. - Make your own dark-theme for any website. - Test a website you're working on. - Whatever you can imagine, be creative ;) How to use: - Simple, First open the extension. - Choose 'JavaScript', 'CSS' or 'HTML'. - Create a new file by pressing 'new'. - Write your own code or get some from the examples here: https://github.com/Ruud14/Page-Manipulator/tree/master/examples - Press the 'manipulate' button to test your code. - To make sure your code is run every time you visit a specific page do the following:     - Put the URLs of the websites in the 'active websites' input.     - Check the 'active' checkbox. - Button functionalities:     - The 'Reload' Button:         - Will Reload the current page.     - The 'Active' checkbox:         - on > The code will be run automatically on the pages specified in the 'Active websites' textarea.         - off > The code will only run when you press the 'Manipulate' button.     - The 'Active Websites' textarea:         - You can specify the websites you want your code to run on here.     - The 'Matching Pages' dropdown:         - 'Exact' > The code will only run when the URL of the page is exactly the same as one of the URLs in the 'Active Websites' textarea. (Including slashes at the end!)         -  'Recursive' > The code will also run on all sub-pages of the specified URLs in the 'Active Websites'.     - The 'Position on page' dropdown (only with HTML):         - 'Top' > The HTML will be added to the top of the page.         - 'Bottom' > The HTML will be added to the bottom of the page.         - 'Replace' > The HTML will replace the entire body HTML of the page.     - The 'Manipulate' or 'Update Manip.' button:         - Injects the code into the page or updates the injection.         - **This button also works when the 'Active' checkbox is unchecked.**     - The 'Remove Manip.' Button:         - Removes the manipulation from the page. - If the "Auto ⟳" checkbox is checked, the page will automatically reload after pressing the 'Remove Manip.' button. The 'active' checkbox will also be unchecked.     - The 'Delete' button:         - Deletes the current file from the storage. - You can right-click any element on a page to get the CSS path of that element. It doesn't work, what now?: - If the extension button in the top right corner is greyed-out, you can't use it on that page. - Make sure the 'active' checkbox is checked. And the 'active websites' input contains the correct URLs. - For JavaScript:     - Make sure your code is run at the right moment. Maybe try adding a delay.     - Check the browser console for error messages.  - For CSS:     - Make sure you are manipulating the right element by using "inspect element".     - Try using '!important'. - For HTML:     - Make sure you haven't accidentally set the 'position' dropdown to the wrong position. - Removing and updating JavaScript manipulations might not work the way you expect it to. Removing your JavaScript manipulation from a page only removes the

相关应用

브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 336ac8ceb on 7/13/2022.
Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
POSTMAN CHROME IS DEPRECATED DOWNLOAD THE UPDATED POSTMAN NATIVE APPS Postman Chrome is deprecated and is missing essential, new…
EditThisCookie是一个cookie管理器。您可以添加,删除,编辑,搜索,锁定和屏蔽cookies!
Tag Assistant helps to troubleshoot installation of various Google tags including Google Analytics, Google Tag Manager and more.
The web developers helper program to create and test custom HTTP requests.
back top top
back top top