chrome扩展程序安装

Automatic syncing between browsers is handy but if it lets you down (or you prefer not to use it) you can still manually copy extensions between Chrome installations. Read on to see how.

浏览器之间的自动同步非常方便,但是如果它让您失望(或者您不想使用它),您仍然可以在Chrome安装之间手动复制扩展名。 继续阅读以了解操作方法。

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

今天的“问答”环节由SuperUser提供,它是Stack Exchange的一个分支,该社区是由社区驱动的Q&A网站分组。

问题 (The Question)

SuperUser reader Arulappan doesn’t use Chrome’s built-in sync tool and would like to manually sync his extensions without using the Chrome Store. He writes:

超级用户阅读器Arulappan不使用Chrome的内置同步工具,而是希望在不使用Chrome商店的情况下手动同步其扩展程序。 他写:

I have not tried to sync Chrome among my systems. My friend was not able to add an extension (YouTube Downloader). But I added it to my browser sometime before. So I tried to copy the .crx file and install in the other computer. Chrome notified me that “Using Chrome Web Store only you can install”.

我没有尝试在系统之间同步Chrome。 我的朋友无法添加扩展程序(YouTube下载器)。 但是我之前将它添加到了浏览器中。 因此,我尝试复制.crx文件并安装在另一台计算机上。 Chrome通知我“只有使用Chrome Web Store才能安装”。

So how can I install in the other system?

那么如何在其他系统中安装呢?

Is it as simple as copying the file or is there more involved in moving extensions from one system to another?

它像复制文件一样简单,还是将扩展从一个系统迁移到另一个系统中涉及更多的工作?

答案 (The Answer)

SuperUser contributor Synetech jumps in with a detailed response:

超级用户贡献者SynetechSwift做出了详细回应:

You should be able to install the .crx file, but you may need to try a few things.

应该能够安装.crx文件,但是您可能需要尝试一些操作。

First, if you simply drag the .crx file to the browser window, you should see a notice at the bottom of the page asking you to confirm. If you click Confirm, it should ask you to install. If that does not work, try creating a simple .html file that has an anchor ( tag) with an href pointing to the .crx file:

首先,如果只是将.crx文件拖到浏览器窗口中,则应该在页面底部看到一个提示,要求您进行确认。 如果单击确认,它将要求您安装。 如果这不起作用,请尝试创建一个简单的.html文件,该文件具有带有指向.crx文件的href的锚点(标记):

extension

延期

Put the .html file in the same location as the .crx file and open it. Click the link and see if Chrome allows you to install it like that.

将.html文件放在与.crx文件相同的位置,然后将其打开。 点击链接,查看Chrome是否允许您像这样安装它。

If it does not, you can try running a local webserver and serving the file from there (I know I have done this at least once before).

如果没有,您可以尝试运行本地Web服务器并从那里提供文件(我知道我至少曾经做过一次)。

Another (probably easier) option is to extract the .crx file (using 7Zip for example). Open the extensions page (chrome://extensions/), click the Developer mode check-box, and then Load unpacked extension…:

另一个(可能更容易)的选项是提取.crx文件(例如,使用7Zip )。 打开扩展页面(chrome:// extensions /),单击“开发人员模式”复选框,然后加载未打包的扩展…

Finally, you could manually copy the extension, but it is somewhat of a pain in the butt:

最后,您可以手动复制扩展名,但是对接有些麻烦:

  1. Open the extensions page (chrome://extensions/)打开扩展程序页面(chrome:// extensions /)
  2. Click the Developer mode check-box单击开发人员模式复选框
  3. Examine the ID of the extension (long string of letters next to ID:)检查扩展名的ID(ID旁边的长字母字符串:)
  4. Open the User Data Directory, then the Extensions directory打开用户数据目录,然后扩展目录
  5. Copy the folder with the same name as the extensions’s ID to the Extensions folder of the target system将与扩展名相同名称的文件夹复制到目标系统的Extensions文件夹中
  6. Open the file Preferences in the User Data Directory in a text editor在文本编辑器中的“用户数据目录”中打开文件“首选项”
  7. Find the section containing the extension (do a search for the ID)找到包含扩展名的部分(搜索ID)
  8. Copy the whole section, making sure to match braces correctly, for example:复制整个部分,确保正确匹配大括号,例如:
  9. "jchfimlohbodnpamghfgfgabbnfajpbe": {
    "from_bookmark": false,
    "from_webstore": false,

    "path": "jchfimlohbodnpamghfgfgabbnfajpbe\\2012.6.9_0",
    "state": 1
    },

    "jchfimlohbodnpamghfgfgabbnfajpbe": {
    "from_bookmark": false,
    "from_webstore": false,

    "path": "jchfimlohbodnpamghfgfgabbnfajpbe\\2012.6.9_0",
    "state": 1
    },

  10. Paste the extension in the Preferences file of the target computer. Check the trailing comma ( the }, at the end of the block). If the block you pasted is the last one (i.e., the next line is a single brace one indent back), then you must remove the comma, but if it is another block, then you must make sure it’s there (it’s obvious whether you need it or not when you actually paste it)将扩展名粘贴到目标计算机的首选项文件中。 检查末尾的逗号(},在块末)。 如果您粘贴的块是最后一个块(即,下一行是一个大括号,则向后缩进),则必须删除逗号,但如果是另一个块,则必须确保它在那里(很明显,是否实际粘贴时是否需要它)
  11. Save the file (you may want to make a backup of Preferences and maybe even your whole Extensions directory) and run Chrome保存文件(您可能要备份首选项,甚至可能要备份整个Extensions目录)并运行Chrome

These were options for copying general extensions, but for extensions specifically for downloading YouTube videos, I recommend forgoing extensions altogether (which usually run in a whole separate process) and using the YousableTubeFix user-script.

这些是用于复制常规扩展程序的选项,但是对于专门用于下载YouTube视频的扩展程序,我建议完全放弃扩展程序(通常在整个单独的过程中运行),并使用YousableTubeFix用户脚本。

It adds a Download button to YouTube videos, but it also lets you configure what you do or do not want on the page as well. For example, many people will want to get rid of the comments section and/or the related-videos section, and YousableTubeFix lets you do that as well.

它为YouTube视频添加了“下载”按钮,但也可以让您在页面上配置您要执行的操作或不希望执行的操作。 例如,许多人都希望摆脱评论部分和/或相关视频部分,而YousableTubeFix也允许您这样做。

YousableTubeFix also lets you configure YouTube videos to not automatically start buffering and playing, which is extremely useful.

通过YousableTubeFix,您还可以将YouTube视频配置为不自动开始缓冲和播放,这非常有用。

And because it’s a script, it only runs when necessary, so it does not use up extra memory when browsing other sites and also does not require the Web Store and can simply be saved/installed/etc.

而且由于它是一个脚本,因此仅在必要时运行,因此它在浏览其他站点时不会消耗额外的内存,并且不需要Web Store,并且可以简单地保存/安装/等。

A solid answer and a tip on a handy YouTube script? Color us impressed.

可靠的答案方便的YouTube脚本提示? 给我们留下深刻的印象。

Have something to add to the explanation? Sound off in the the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

有什么补充说明吗? 在评论中听起来不对。 是否想从其他精通Stack Exchange的用户那里获得更多答案? 在此处查看完整的讨论线程。

翻译自: https://www.howtogeek.com/137964/how-do-i-copy-an-extension-from-one-chrome-installation-to-another/

chrome扩展程序安装

chrome扩展程序安装_如何将扩展程序从一个Chrome安装复制到另一个安装?相关推荐

  1. u盘到计算机复制不了,为什么电脑程序从一个u盘复制到另一个u盘后就不能用

    为什么电脑程序从一个u盘复制到另一个u盘后就不能用以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 为什么电脑程序从一个u ...

  2. 小程序 缩放_缩放流星应用程序的初体验

    小程序 缩放 by Elie Steinbock 埃莉·斯坦博克(Elie Steinbock) 缩放流星应用程序的初体验 (First Experiences Scaling a Meteor Ap ...

  3. mpvue微信小程序动画_入门微信小程序

    为何现在的微信小程序还是高温不退?主要原因如下:无需安装.不占内存.易传播. 废话不多说,开始进入开发! -----------小程序环境搭建----------------------------- ...

  4. nl-mean程序下载_将MEAN应用程序部署到Amazon EC2(第1部分)

    nl-mean程序下载 介绍 (Introduction) As someone who has trudged through many tutorials on the MEAN developm ...

  5. audio 小程序 放大_码code | 小程序新能力释放,人人都能拥有对话机器人

    当用户在小程序内发起对话,你是在后台抓紧安排人工回复吗? 由于等待回复时间过长,用户产生不满并弃用了你的小程序. "秒回"是对话的基本要求,及时回复才能给到用户尊重和被重视感.然而 ...

  6. 微信小程序 虚拟现实_开发虚拟现实应用程序的重要性

    微信小程序 虚拟现实 在某些方面,虚拟现实(VR)和增强现实(AR)应用程序已经存在了几十年. 但是由于现有技术的成本和限制,这些技术从未真正成为主流. 但是,随着最近发布的新VR头盔和AR眼镜以及支 ...

  7. pg加密扩展的安装_服务器安装SG11扩展教程,宝塔安装微擎加密组件SourceGuardian loader...

    同学们在安装模块或者程序的时候会出现这样的提示,是什么原因呢,下面为大家解答: PHP script '/www/wwwroot/jwq.poiu.cc/addons/xiaoyou_knowledg ...

  8. 270 扩展固态硬盘_游戏人的扩展坞应该是怎样?

    为何现在越来越多的游戏爱好者开始使用游戏扩展坞?原因其实很简单,如今游戏笔记本也慢慢往轻薄本发展,拓展坞的加入可让笔记本实现台式机的玩机体验,通过扩展坞可以实现现在许多游戏本不具备的功能,比如外接超高 ...

  9. 270 扩展固态硬盘_新款macbook扩展坞,内置固态硬盘盒,支持NVME M2协议,一秒传输1GB...

    能内装SSD固态硬盘的扩展坞你用过吗? PX大通新款扩展坞,可装SSD固态硬盘,而且支持固态硬盘NVME协议. NVME固态硬盘扩展坞 PX大通typec扩展坞NVME固态移动硬盘盒M.2苹果笔记本m ...

  10. 主板扩展槽图解_子板:扩展到主板

    主板扩展槽图解 A daughterboard is a circuit board that plugs into and extends the circuitry of the main boa ...

最新文章

  1. python 验证回文串
  2. 手把手教你在 Ubuntu16.04 安装 GPU 驱动 + CUDA9.0 + cuDNN7
  3. c打印行号和函数_使用C中的函数名称,行号从任何函数打印错误消息
  4. LeetCode 42. 接雨水(双指针、单调栈)
  5. 博客园随笔添加自己的版权信息 [转]
  6. github hexo搭建博客
  7. BZOJ 4011 HNOI2015 落忆枫音
  8. Java课程设计-作业管理系统
  9. 德语课堂笔记 之 与食物相关的名词
  10. java 生成随机数_JAVA生成随机数
  11. 编程及C/C++初学者FAQ
  12. 资讯--2019年4月
  13. 判断图书的ISBN号码是否正确
  14. python练习3:输入某年某月某日,判断这一天是这一年的第几天?
  15. Windows下自动同步工具SyncToy的使用与定时执行部署
  16. (ACWing217)绿豆蛙的归宿(数学期望)
  17. 商标注册计算机电源属于哪一类,开关插座属于哪一类商标?
  18. 小鱼赚钱app是真的吗?小鱼赚钱下载试玩应用教程
  19. List、Set、Map的特点及遍历方法
  20. 无限试用30天phpstorm

热门文章

  1. 单片机c语言延迟子程序,单片机通用延时子程序
  2. Zabbix 4.2 支持 Prometheus 数据收集
  3. C语言limits.h和float.h头文件
  4. Win10 安装 PySC2 环境 -- DeepMind联合战网开发的《星际争霸 II》强化学习环境
  5. 周跳探测——历元间差分法
  6. 最新出炉的SUN ISV eNews
  7. 虚幻引擎4学习途径汇总
  8. 读后感:八部众---走出软件作坊:三五个人十来条枪 如何成为开发正规军(二十三)
  9. 乒乓球发旋转球的关键是什么?
  10. 5g8大学计算机基础东南大学,东南大学新学期迎来5G新网红 省内首家高校5G概念示范厅来了...