English 中文(简体)
是否有独立的 Firefox Sync 图书馆?
原标题:Are there standalone libraries for Firefox Sync?
  • 时间:2012-05-24 19:35:19
  •  标签:
  • firefox

例如,我想写一个脚本, 取回我所有在标题中包含“ html5” 字眼的书签, 并在书签上添加标签“ 网络开发 ” 。

我知道有>>,但似乎是一个复杂的协议,我想一定有人已经开发了一个图书馆。很难看到哪些文件和图书馆是最新的 。,这页在Mozilla Wiki 上,但它有这样的信息:

警告: 本页面的大部分信息已经过时 。 编织已被改名为 Firefox Sync, 现已成为 Firefox 4 的一部分 。 这里记录的许多 API 已经演变 。

Firefox 同步协议目前使用的版本是什么?

我发现 内的这个代码 (一个月前),和>>>weaveclient-python (两岁)。我是否有独立图书馆可以用于我自己的节目?

问题回答

It seems no stand-alone lib to use. You can also check shaman s project page https://github.com/emergentdotorg/shaman

希望这能帮上忙

有一个FirefoxData-android图书馆,可以帮助您将Android App与Firefox Sync < a href="https://github.com/mozilla-mobile/FirefoxData-android" rel=“不跟随 noreferrer"结合起来。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Private FireFox plugin

I m looking at getting a FireFox plugin developed - but is it possible to create a plugin that is for private use only, so only those I share it with have it and not open to the masses? Need this for ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Cross-browser development

I m developing a web application for a new service, starting from Firefox 3.5. The interface design is tableless, only using divs + CSS & performance-blessed practices. Now, while being ...

Cross browser way of setting IFrame to "about:blank"?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?

热门标签