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 |
官方網址 | 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\/*" ] } ] } |