ios iPhone 上的 Chrome 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11302047/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Plugins for Chrome on iPhone
提问by Derek Organ
Can anyone tell me if it is or will be possible to create plugins for the Chrome iPhone app. I suspect not but it would be brilliant if you could.
谁能告诉我是否可以或将可以为 Chrome iPhone 应用程序创建插件。我怀疑不是,但如果可以的话,那会很棒。
回答by Comradsky
I'm sorry but I don't think there is a way to create plugins for the chrome iOS application.
抱歉,我认为没有办法为 chrome iOS 应用程序创建插件。
Because...
因为...
- The user has no way to organize these plugins in the application.
- The mobile app is very different from the full computer application, smaller, and doesn't need to have the capabilities of the full computer application.
- There isn't a way to adjust the browser settings.
- You can't download certain file types from a mobile browser.
- I think downloading these plugins to the device would be against apples policies, because there not approved by apple
- If it would ever work, google would have to offer them all in one application or have in app purchases
- Unless you jail-brake and download the full version chrome you won't be able to receive plugins on your iOS device
- A developer outside of Google can't communicate with Googles apps
- 用户无法在应用程序中组织这些插件。
- 移动应用程序与完整的计算机应用程序有很大不同,它更小,并且不需要具有完整计算机应用程序的功能。
- 没有办法调整浏览器设置。
- 您无法从移动浏览器下载某些文件类型。
- 我认为将这些插件下载到设备上会违反苹果的政策,因为没有得到苹果的批准
- 如果它行得通,谷歌将不得不在一个应用程序中提供所有这些,或者在应用程序内购买
- 除非您越狱并下载完整版 chrome,否则您将无法在 iOS 设备上接收插件
- Google 以外的开发人员无法与 Google 的应用程序通信
There are free web browser tutorials out there, instead of creating a plugin for the mobile application, why not just create your own browser. This would allow you to make some awesome "plugin-type" tools.
那里有免费的网络浏览器教程,与其为移动应用程序创建插件,不如创建自己的浏览器。这将允许您制作一些很棒的“插件类型”工具。
Creating a mobile-browser application tutorials:
创建移动浏览器应用程序教程:
- 2 part tutorial with web view hereand here.
- internet browser with a search bar video @youtube.com/.....
- 带有 Web 视图的 2 部分教程在这里和这里。
- 带有搜索栏视频的互联网浏览器 @ youtube.com/.....
回答by sergio
If you are looking for an official source, then it seems that it is not clear whether extensions are available on chrome for iOS. What is official is that they are not for Chrome on android and are not even planned:
如果您正在寻找官方来源,那么似乎尚不清楚 chrome for iOS 上是否提供扩展。官方的是,它们不适用于 Android 上的 Chrome,甚至没有计划:
Does Chrome for Android support apps and extensions?
Chrome apps and extensions are currently not supported on Chrome for Android. We have no plans to announce at this time.
Android 版 Chrome 是否支持应用和扩展程序?
Chrome for Android 目前不支持 Chrome 应用程序和扩展程序。我们目前没有宣布的计划。
(source)
(来源)
I think that this strongly suggests that they are not available and not planned for iOS, too.
我认为这强烈表明它们不可用,也没有计划用于 iOS。
More in general, I think that having any kind of plug-ins, i.e., code that can be downloaded and run locally, goes against the Apple Developers Agreement.
更一般地说,我认为拥有任何类型的插件,即可以下载并在本地运行的代码,都违反了 Apple 开发者协议。
回答by ArtOfWarfare
No, absolutely not. Apps on iOS are sandboxed. Software that isn't apps (and isn't from Apple) can't be installed on devices without jailbreaking. There is no way for any developer outside of Google to make anything that communicates with Google's apps.
不,绝对不是。iOS 上的应用程序是沙盒的。不是应用程序(也不是来自 Apple)的软件不能在不越狱的情况下安装在设备上。Google 之外的任何开发人员都无法制作与 Google 应用程序通信的任何内容。
回答by Tim R.
You may be able to substitute some plugin functionality using a Javascript bookmarklet.
您可以使用 Javascript 书签替换某些插件功能。
http://www.idownloadblog.com/2012/06/30/how-to-easily-use-bookmarklets-in-google-chrome-for-ios/
http://www.idownloadblog.com/2012/06/30/how-to-easily-use-bookmarklets-in-google-chrome-for-ios/