Rewriter
Rewrite the content of a webpage using user-defined rules.
什么是Rewriter?
Rewriter是由Peshmelba开发的Chrome扩展程序,该扩展的主要功能是“Rewrite the content of a webpage using user-defined rules.”。
扩展截图
下载Rewriter扩展crx文件
下载Rewriter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rewriter is a web extension that use user-defined rules to rewrite some contents on a webpage. You can use it as a simple word replacer, as a custom adblocker, or as a curse filter. Everything is permitted, you are the master of the rules you write. Rewriter also accepts regular-expressions to perform a more powerful search in the page. It as a builder to help you create your rules, just click the icon next to the address bar. Rewriter links your rules with your Google account, so you just have to log on an other computer with your account to get all your rules back. ##### This application is in development. Some changes will come often. This application is opensource, go at https://github.com/Peshmelba/Rewriter-chrome to participate to this project. Submit any issues, bug reports, or ideas at https://github.com/Peshmelba/Rewriter-chrome/issues.
扩展基本信息
名称 | Rewriter |
ID | kgoaldgnannoebilojgnheicbkfbebjg |
官方URL | https://chromewebstore.google.com/detail/rewriter/kgoaldgnannoebilojgnheicbkfbebjg |
简介 | Rewrite the content of a webpage using user-defined rules. |
文件大小 | 189 KB |
安装次数 | 1,378 |
当前版本 | 1.0.1 |
更新时间 | 2015-02-26 |
上架时间 | 2015-02-25 |
评分 | 4.25/5 共4次评分 |
开发者 | Peshmelba |
付费类型 | free |
扩展官网 | https://github.com/Peshmelba/Rewriter-chrome/ |
帮助页面URL | https://github.com/Peshmelba/Rewriter-chrome/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rewriter", "description": "Rewrite the content of a webpage using user-defined rules.", "version": "1.0.1", "icons": { "24": "image\/icon24.png", "32": "image\/icon32.png", "48": "image\/icon48.png", "64": "image\/icon64.png", "128": "image\/icon128.png" }, "browser_action": { "default_icon": { "24": "image\/icon24.png", "32": "image\/icon32.png", "48": "image\/icon48.png", "64": "image\/icon64.png", "128": "image\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |