Fiverr Shortcut - Make your shortcut for $5!
Fiverr.com always just a click away.
什么是Fiverr Shortcut - Make your shortcut for $5!?
Fiverr Shortcut - Make your shortcut for $5!是由StatsDevelopment开发的Chrome扩展程序,该扩展的主要功能是“Fiverr.com always just a click away.”。
扩展截图
下载Fiverr Shortcut - Make your shortcut for $5!扩展crx文件
下载Fiverr Shortcut - Make your shortcut for $5!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension creates a shortcut on your toolbar which links you directly to the fiverr.com website. For just $5, I will publish a similar shortcut for your own website/blog on the chrome store. Check out the gig here: http://www.fiverr.com/jackcollins940/make-a-chrome-extension-which-links-to-your-website ***This chrome extension is not an official product of Fiverr and the developer is in no way affiliated with Fiverr***
扩展基本信息
名称 | Fiverr Shortcut - Make your shortcut for $5! |
ID | empkjaloohhfhmnjmogomjgphlnadpmm |
官方URL | https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm |
简介 | Fiverr.com always just a click away. |
文件大小 | 115 KB |
安装次数 | 558 |
当前版本 | 0.0.1 |
更新时间 | 2014-07-08 |
上架时间 | 2014-07-08 |
评分 | 4.86/5 共7次评分 |
开发者 | StatsDevelopment |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiverr Shortcut - Make your shortcut for $5!", "short_name": "Fiverr Shortcut", "version": "0.0.1", "description": "Fiverr.com always just a click away.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": "thumbsUp.png" }, "icons": { "128": "thumbsUp.png" }, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js" ], "matches": [ "http:\/\/www.fiverr.com\/*", "https:\/\/www.fiverr.com\/*" ] } ] } |