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