Fame: Replace Celebrity Names
An example of replacing names using a browser extension
Fame: Replace Celebrity Namesとは何ですか?
Fame: Replace Celebrity NamesはHeather Akers-Healyによって開発されたChromeの拡張機能で、その主な機能は「An example of replacing names using a browser extension」です。
拡張機能のスクリーンショット
Fame: Replace Celebrity Names拡張機能のCRXファイルをダウンロード
Fame: Replace Celebrity Names拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension mocks celebrity culture by replacing some A-list celebrity names with the phrase "Someone Better Looking Than You". It also includes code to correct the names of certain transgender individuals.
拡張機能の基本情報
名前 | |
ID | afdjhelhghccihihpcimafhclbamhadj |
公式URL | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
説明 | An example of replacing names using a browser extension |
ファイルサイズ | 11.4 KB |
インストール数 | 14 |
現在のバージョン | 0.1.0 |
最終更新日 | 2015-06-04 |
公開日 | 2015-06-04 |
開発者 | Heather Akers-Healy |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fame: Replace Celebrity Names", "version": "0.1.0", "description": "An example of replacing names using a browser extension", "author": "Heather Akers-Healy", "browser_action": { "default_title": "Use this to open the popup", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", " |