iPhone to Ugly Duckling
Replaces the text 'iPhone' with 'Ugly Duckling'.
iPhone to Ugly Ducklingとは何ですか?
iPhone to Ugly DucklingはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'iPhone' with 'Ugly Duckling'.」です。
拡張機能のスクリーンショット
iPhone to Ugly Duckling拡張機能のCRXファイルをダウンロード
iPhone to Ugly Duckling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that reveals the *real* truth behind iPhone.
拡張機能の基本情報
名前 | iPhone to Ugly Duckling |
ID | cgpplocimkfdamfhajefppoblndbkplk |
公式URL | https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk |
説明 | Replaces the text 'iPhone' with 'Ugly Duckling'. |
ファイルサイズ | 13.97 KB |
インストール数 | 32 |
現在のバージョン | 1.1 |
最終更新日 | 2015-06-02 |
公開日 | 2015-06-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/eferrao/iPhone-to-Ugly-Duckling |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iPhone to Ugly Duckling", "short_name": "Ugly Duckling", "description": "Replaces the text 'iPhone' with 'Ugly Duckling'.", "author": "Elizabeth Ferrao", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |