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" } ] } |