Text Customizer
Customize your internet with text replacement strategies.
Text Customizerとは何ですか?
Text CustomizerはWhisnoによって開発されたChromeの拡張機能で、その主な機能は「Customize your internet with text replacement strategies.」です。
拡張機能のスクリーンショット
Text Customizer拡張機能のCRXファイルをダウンロード
Text Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension runs through webpages, applying your find and replace rules. You can define rules in the extension's options page. They simply consist in : - Match : either a string or a regular expression - Replacement : either a string or a function that receives arguments (node, match), where 'node' is the DOM node in which there was a match and 'match' the result array (as returned by RegExp.prototype.exec()) So you can simply find/replace strings ('keyboard' -> 'leopard' for instance) or take it to another level and use custom functions to apply CSS to substrings, move them through the DOM and so forth. You can configure the extension through the extensions page (chrome://extensions/)
拡張機能の基本情報
名前 | Text Customizer |
ID | kjcahcohoafkpcehokeficpobcplpnhc |
公式URL | https://chromewebstore.google.com/detail/text-customizer/kjcahcohoafkpcehokeficpobcplpnhc |
説明 | Customize your internet with text replacement strategies. |
ファイルサイズ | 171 KB |
インストール数 | 810 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-17 |
公開日 | 2015-01-17 |
評価 | 4.10/5 合計 10 レビュー |
開発者 | Whisno |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Whisno/Chrome-Text-Customizer |
ヘルプページのURL | https://github.com/Whisno/Chrome-Text-Customizer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Customizer", "version": "1.0", "description": "Customize your internet with text replacement strategies.", "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "24": "assets\/icon-24.png" }, "homepage_url": "https:\/\/github.com\/Whisno\/Chrome-Text-Customizer", "content_scripts": [ { "js": [ "text_customizer.js", "main.js" ], "matches": [ " |