Redacted
Redacted -
Redactedとは何ですか?
Redactedはhttps://jamestomasino.comによって開発されたChromeの拡張機能で、その主な機能は「Redacted -」です。
拡張機能のスクリーンショット
Redacted拡張機能のCRXファイルをダウンロード
Redacted拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms. Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.
拡張機能の基本情報
名前 | Redacted |
ID | bgfkfggjjpdconmpcdnenfffaeelhdom |
公式URL | https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom |
説明 | Redacted - |
ファイルサイズ | 59.78 KB |
インストール数 | 378 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-03-06 |
公開日 | 2016-03-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://jamestomasino.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jamestomasino/redacted |
ヘルプページのURL | https://github.com/jamestomasino/redacted/issues |
対応言語 | en-US |
manifest.json | |
{ "author": "James Tomasino", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Redacted", "default_icon": "icon128.png", "default_title": "Redacted" }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Redacted - ", "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Redacted", "offline_enabled": true, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ], "short_name": "Redacted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "web_accessible_resources": [ "fonts\/redacted-regular.eot", "fonts\/redacted-regular.svg", "fonts\/redacted-regular.ttf", "fonts\/redacted-regular.woff", "fonts\/redacted-regular.woff2" ] } |