French Fries
This extension allows you to configure one or many phrases to replace in pages you visit.
什么是French Fries?
French Fries是由Carl Armbruster开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to configure one or many phrases to replace in pages you visit.”。
扩展截图
下载French Fries扩展crx文件
下载French Fries扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Arguing with my brother is like arguing with a bag of French Fries. This extension was designed to change all instances of his name in web pages (such as Facebook) to French Fries in order to keep things in perspective. I updated it to allow you to change your own word or phases as necessary to help keep your own web browsing in perspective. You can add as many words or phrases to replace as you like. The replacements will take place in order listed. If you like this plugin and have a few extra bucks laying around, please donate to your local animal shelter or pet rescue organization.
扩展基本信息
名称 | French Fries |
ID | gpnohbdmdddimpaigjaamdaeeheacjoh |
官方URL | https://chromewebstore.google.com/detail/french-fries/gpnohbdmdddimpaigjaamdaeeheacjoh |
简介 | This extension allows you to configure one or many phrases to replace in pages you visit. |
文件大小 | 251 KB |
安装次数 | 100 |
当前版本 | 1.0 |
更新时间 | 2017-01-10 |
上架时间 | 2017-01-09 |
评分 | 3.00/5 共2次评分 |
开发者 | Carl Armbruster |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "French Fries", "description": "This extension allows you to configure one or many phrases to replace in pages you visit.", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |