CopyFlickr
Flickr image copy button
什么是CopyFlickr?
CopyFlickr是由https://www.civic-apps.com开发的Chrome扩展程序,该扩展的主要功能是“Flickr image copy button”。
扩展截图
下载CopyFlickr扩展crx文件
下载CopyFlickr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy flickr image URLs, just click button. You can customize copy template String. ** Copy flickr stopped to use content scripts. Because flickr changes pages frequently. Please use flickr window. ** 3.0.0 - make a end the content-script - change api http -> https 2.0.0 - new flickr(beta) limited support. - flickr window prototype. 1.1.9 -temporary disable feature -some bugfix 1.1.8 -update display method. 1.1.4 -bugfix for Flickr site updates, Firends Contacts 1.1.3 -bugfix for Flickr site updates *1.1.2 - Photo Stream support. - Omni-bar icon popup menu access easily to option page. - Preview - $LONG_SIDE replace variable support. *1.0.3 - change variable $URL spec. *1.0.2 Bugfix: all template vars replace.
扩展基本信息
名称 | CopyFlickr |
ID | egpjbhchaakkfmhkmclejpeeigahhhlj |
官方URL | https://chromewebstore.google.com/detail/copyflickr/egpjbhchaakkfmhkmclejpeeigahhhlj |
简介 | Flickr image copy button |
文件大小 | 229 KB |
安装次数 | 953 |
当前版本 | 3.0.0 |
更新时间 | 2014-07-14 |
上架时间 | 2014-07-13 |
评分 | 3.67/5 共9次评分 |
开发者 | https://www.civic-apps.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.civic-apps.com/chrome-ext/copyflickr/ |
帮助页面URL | http://www.civic-apps.com/chrome-ext/copyflickr/ |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CopyFlickr", "manifest_version": 2, "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "3.0.0", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "CopyFlickr", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon19.png", "jquery-2.0.3.min.map" ] } |